Class ItemAnimation

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

public class ItemAnimation 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:
    • thirdPerson

      @Nullable public String thirdPerson
    • thirdPersonMoving

      @Nullable public String thirdPersonMoving
    • thirdPersonFace

      @Nullable public String thirdPersonFace
    • firstPerson

      @Nullable public String firstPerson
    • firstPersonOverride

      @Nullable public String firstPersonOverride
    • keepPreviousFirstPersonAnimation

      public boolean keepPreviousFirstPersonAnimation
    • speed

      public float speed
    • blendingDuration

      public float blendingDuration
    • looping

      public boolean looping
    • clipsGeometry

      public boolean clipsGeometry
  • Constructor Details

    • ItemAnimation

      public ItemAnimation()
    • ItemAnimation

      public ItemAnimation(@Nullable String thirdPerson, @Nullable String thirdPersonMoving, @Nullable String thirdPersonFace, @Nullable String firstPerson, @Nullable String firstPersonOverride, boolean keepPreviousFirstPersonAnimation, float speed, float blendingDuration, boolean looping, boolean clipsGeometry)
    • ItemAnimation

      public ItemAnimation(@Nonnull ItemAnimation other)
  • Method Details

    • deserialize

      @Nonnull public static ItemAnimation 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 ItemAnimation 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