classpublicPriority 3
ForkedChainId
com.hypixel.hytale.protocol.ForkedChainId
6
Methods
6
Public Methods
3
Fields
3
Constructors
Constants
intFIXED_BLOCK_SIZE= 9
intMAX_SIZE= 1033
intNULLABLE_BIT_FIELD_SIZE= 1
intVARIABLE_BLOCK_START= 9
intVARIABLE_FIELD_COUNT= 1
Constructors
public
ForkedChainId()public
ForkedChainId(int entryIndex, int subIndex, ForkedChainId forkedId)public
ForkedChainId(ForkedChainId 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 entryIndexpublic
ForkedChainId forkedIdpublic
int subIndexRelated Classes
Used By