Class PlayInteractionFor

java.lang.Object
com.hypixel.hytale.protocol.packets.interaction.PlayInteractionFor
All Implemented Interfaces:
Packet

public class PlayInteractionFor extends Object implements Packet
  • Field Details

    • PACKET_ID

      public static final int PACKET_ID
      See Also:
    • IS_COMPRESSED

      public static final boolean IS_COMPRESSED
      See Also:
    • NULLABLE_BIT_FIELD_SIZE

      public static final int NULLABLE_BIT_FIELD_SIZE
      See Also:
    • FIXED_BLOCK_SIZE

      public static final int FIXED_BLOCK_SIZE
      See Also:
    • VARIABLE_FIELD_COUNT

      public static final int VARIABLE_FIELD_COUNT
      See Also:
    • VARIABLE_BLOCK_START

      public static final int VARIABLE_BLOCK_START
      See Also:
    • MAX_SIZE

      public static final int MAX_SIZE
      See Also:
    • entityId

      public int entityId
    • chainId

      public int chainId
    • forkedId

      @Nullable public ForkedChainId forkedId
    • operationIndex

      public int operationIndex
    • interactionId

      public int interactionId
    • interactedItemId

      @Nullable public String interactedItemId
    • interactionType

      @Nonnull public InteractionType interactionType
    • cancel

      public boolean cancel
  • Constructor Details

    • PlayInteractionFor

      public PlayInteractionFor()
    • PlayInteractionFor

      public PlayInteractionFor(int entityId, int chainId, @Nullable ForkedChainId forkedId, int operationIndex, int interactionId, @Nullable String interactedItemId, @Nonnull InteractionType interactionType, boolean cancel)
    • PlayInteractionFor

      public PlayInteractionFor(@Nonnull PlayInteractionFor other)
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface Packet
    • deserialize

      @Nonnull public static PlayInteractionFor deserialize(@Nonnull io.netty.buffer.ByteBuf buf, int offset)
    • computeBytesConsumed

      public static int computeBytesConsumed(@Nonnull io.netty.buffer.ByteBuf buf, int offset)
    • serialize

      public void serialize(@Nonnull io.netty.buffer.ByteBuf buf)
      Specified by:
      serialize in interface Packet
    • computeSize

      public int computeSize()
      Specified by:
      computeSize in interface Packet
    • validateStructure

      public static ValidationResult validateStructure(@Nonnull io.netty.buffer.ByteBuf buffer, int offset)
    • clone

      public PlayInteractionFor clone()
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object