Class ComponentUpdate

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

public class ComponentUpdate 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:
    • type

      @Nonnull public ComponentUpdateType type
    • nameplate

      @Nullable public Nameplate nameplate
    • entityUIComponents

      @Nullable public int[] entityUIComponents
    • combatTextUpdate

      @Nullable public CombatTextUpdate combatTextUpdate
    • model

      @Nullable public Model model
    • skin

      @Nullable public PlayerSkin skin
    • item

      @Nullable public ItemWithAllMetadata item
    • blockId

      public int blockId
    • entityScale

      public float entityScale
    • equipment

      @Nullable public Equipment equipment
    • entityStatUpdates

      @Nullable public Map<Integer,EntityStatUpdate[]> entityStatUpdates
    • transform

      @Nullable public ModelTransform transform
    • movementStates

      @Nullable public MovementStates movementStates
    • entityEffectUpdates

      @Nullable public EntityEffectUpdate[] entityEffectUpdates
    • interactions

      @Nullable public Map<InteractionType,Integer> interactions
    • dynamicLight

      @Nullable public ColorLight dynamicLight
    • hitboxCollisionConfigIndex

      public int hitboxCollisionConfigIndex
    • repulsionConfigIndex

      public int repulsionConfigIndex
    • predictionId

      @Nonnull public UUID predictionId
    • soundEventIds

      @Nullable public int[] soundEventIds
    • interactionHint

      @Nullable public String interactionHint
    • mounted

      @Nullable public MountedUpdate mounted
    • activeAnimations

      @Nullable public String[] activeAnimations
  • Constructor Details

  • Method Details

    • deserialize

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