classpublicPriority 3
EntityUpdate
com.hypixel.hytale.protocol.EntityUpdate
6
Methods
6
Public Methods
3
Fields
3
Constructors
Constants
intFIXED_BLOCK_SIZE= 5
intMAX_SIZE= 1677721600
intNULLABLE_BIT_FIELD_SIZE= 1
intVARIABLE_BLOCK_START= 13
intVARIABLE_FIELD_COUNT= 2
Constructors
public
EntityUpdate()public
EntityUpdate(int networkId, ComponentUpdateType[] removed, ComponentUpdate[] updates)public
EntityUpdate(EntityUpdate other)Methods
Public Methods (6)
publicstatic
int computeBytesConsumed(ByteBuf buf, int offset)public
int computeSize()public
boolean equals(Object obj)@Override
public
int hashCode()@Override
public
void serialize(ByteBuf buf)publicstatic
ValidationResult validateStructure(ByteBuf buffer, int offset)Fields
Public Fields (3)
public
int networkIdpublic
ComponentUpdateType[] removedpublic
ComponentUpdate[] updates