Class LogicProgrammerSetElementInventory

java.lang.Object
org.cyclops.cyclopscore.network.PacketBase
org.cyclops.cyclopscore.network.PacketCodec
org.cyclops.integrateddynamics.network.packet.LogicProgrammerSetElementInventory

public class LogicProgrammerSetElementInventory extends org.cyclops.cyclopscore.network.PacketCodec
Packet for updating the element inventory inside the logic programmer.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.cyclops.cyclopscore.network.PacketCodec

    org.cyclops.cyclopscore.network.PacketCodec.ICodecAction, org.cyclops.cyclopscore.network.PacketCodec.ICodecRunnable
  • Field Summary

    Fields inherited from class org.cyclops.cyclopscore.network.PacketCodec

    fieldCache, READ_STRING_MAX_LENGTH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    LogicProgrammerSetElementInventory(IValueType listValueType, int baseX, int baseY)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    actionClient(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player)
     
    void
    actionServer(net.minecraft.world.level.Level world, net.minecraft.server.level.ServerPlayer player)
     
    boolean
     

    Methods inherited from class org.cyclops.cyclopscore.network.PacketCodec

    addCodedAction, decode, encode, getAction, getActionSuper, read, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LogicProgrammerSetElementInventory

      public LogicProgrammerSetElementInventory()
    • LogicProgrammerSetElementInventory

      public LogicProgrammerSetElementInventory(IValueType listValueType, int baseX, int baseY)
  • Method Details

    • isAsync

      public boolean isAsync()
      Specified by:
      isAsync in class org.cyclops.cyclopscore.network.PacketBase
    • actionClient

      public void actionClient(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player)
      Specified by:
      actionClient in class org.cyclops.cyclopscore.network.PacketBase
    • actionServer

      public void actionServer(net.minecraft.world.level.Level world, net.minecraft.server.level.ServerPlayer player)
      Specified by:
      actionServer in class org.cyclops.cyclopscore.network.PacketBase