Class InteractionRules

java.lang.Object
com.hypixel.hytale.protocol.InteractionRules

public class InteractionRules extends Object
  • Field Details

    • 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:
    • blockedBy

      @Nullable public InteractionType[] blockedBy
    • blocking

      @Nullable public InteractionType[] blocking
    • interruptedBy

      @Nullable public InteractionType[] interruptedBy
    • interrupting

      @Nullable public InteractionType[] interrupting
    • blockedByBypassIndex

      public int blockedByBypassIndex
    • blockingBypassIndex

      public int blockingBypassIndex
    • interruptedByBypassIndex

      public int interruptedByBypassIndex
    • interruptingBypassIndex

      public int interruptingBypassIndex
  • Constructor Details

    • InteractionRules

      public InteractionRules()
    • InteractionRules

      public InteractionRules(@Nullable InteractionType[] blockedBy, @Nullable InteractionType[] blocking, @Nullable InteractionType[] interruptedBy, @Nullable InteractionType[] interrupting, int blockedByBypassIndex, int blockingBypassIndex, int interruptedByBypassIndex, int interruptingBypassIndex)
    • InteractionRules

      public InteractionRules(@Nonnull InteractionRules other)
  • Method Details

    • deserialize

      @Nonnull public static InteractionRules 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)
    • computeSize

      public int computeSize()
    • validateStructure

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

      public InteractionRules 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