Class FactoryPanelConfigurationPacket

java.lang.Object
com.simibubi.create.foundation.networking.BlockEntityConfigurationPacket<FactoryPanelBlockEntity>
com.simibubi.create.content.logistics.factoryBoard.FactoryPanelConfigurationPacket
All Implemented Interfaces:
net.createmod.catnip.net.base.BasePacketPayload, net.createmod.catnip.net.base.ServerboundPacketPayload, net.minecraft.network.protocol.common.custom.CustomPacketPayload

public class FactoryPanelConfigurationPacket extends BlockEntityConfigurationPacket<FactoryPanelBlockEntity>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.createmod.catnip.net.base.BasePacketPayload

    net.createmod.catnip.net.base.BasePacketPayload.PacketTypeProvider

    Nested classes/interfaces inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    net.minecraft.network.protocol.common.custom.CustomPacketPayload.FallbackProvider<B extends net.minecraft.network.FriendlyByteBuf>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B extends net.minecraft.network.FriendlyByteBuf,T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,FactoryPanelConfigurationPacket>
     

    Fields inherited from class com.simibubi.create.foundation.networking.BlockEntityConfigurationPacket

    pos
  • Constructor Summary

    Constructors
    Constructor
    Description
    FactoryPanelConfigurationPacket(FactoryPanelPosition position, String address, Map<FactoryPanelPosition,Integer> inputAmounts, List<net.minecraft.world.item.ItemStack> craftingArrangement, int outputAmount, int promiseClearingInterval, FactoryPanelPosition removeConnection, boolean clearPromises, boolean reset, boolean sendRedstoneReset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    applySettings(net.minecraft.server.level.ServerPlayer player, FactoryPanelBlockEntity be)
     
    net.createmod.catnip.net.base.BasePacketPayload.PacketTypeProvider
     

    Methods inherited from class com.simibubi.create.foundation.networking.BlockEntityConfigurationPacket

    causeUpdate, handle, maxRange

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.createmod.catnip.net.base.BasePacketPayload

    type

    Methods inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    toVanillaClientbound, toVanillaServerbound