classpublicPriority 3
BlockGathering
com.hypixel.hytale.protocol.BlockGathering
6
Methods
6
Public Methods
3
Fields
3
Constructors
Constants
intFIXED_BLOCK_SIZE= 1
intMAX_SIZE= 114688092
intNULLABLE_BIT_FIELD_SIZE= 1
intVARIABLE_BLOCK_START= 13
intVARIABLE_FIELD_COUNT= 3
Constructors
public
BlockGathering()public
BlockGathering(BlockBreaking breaking, Harvesting harvest, SoftBlock soft)public
BlockGathering(BlockGathering 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
BlockBreaking breakingpublic
Harvesting harvestpublic
SoftBlock softRelated Classes
Used By