Class Model

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

public class Model 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:
    • assetId

      @Nullable public String assetId
    • path

      @Nullable public String path
    • texture

      @Nullable public String texture
    • gradientSet

      @Nullable public String gradientSet
    • gradientId

      @Nullable public String gradientId
    • camera

      @Nullable public CameraSettings camera
    • scale

      public float scale
    • eyeHeight

      public float eyeHeight
    • crouchOffset

      public float crouchOffset
    • animationSets

      @Nullable public Map<String,AnimationSet> animationSets
    • attachments

      @Nullable public ModelAttachment[] attachments
    • hitbox

      @Nullable public Hitbox hitbox
    • particles

      @Nullable public ModelParticle[] particles
    • trails

      @Nullable public ModelTrail[] trails
    • light

      @Nullable public ColorLight light
    • detailBoxes

      @Nullable public Map<String,DetailBox[]> detailBoxes
    • phobia

      @Nonnull public Phobia phobia
    • phobiaModel

      @Nullable public Model phobiaModel
  • Constructor Details

  • Method Details

    • deserialize

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