classpublicPriority 3
BenchTierLevel
com.hypixel.hytale.protocol.BenchTierLevel
6
Methods
6
Public Methods
4
Fields
3
Constructors
Constants
intFIXED_BLOCK_SIZE= 17
intMAX_SIZE= 1677721600
intNULLABLE_BIT_FIELD_SIZE= 1
intVARIABLE_BLOCK_START= 17
intVARIABLE_FIELD_COUNT= 1
Constructors
public
BenchTierLevel()public
BenchTierLevel(BenchUpgradeRequirement benchUpgradeRequirement, double craftingTimeReductionModifier, int extraInputSlot, int extraOutputSlot)public
BenchTierLevel(BenchTierLevel 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 (4)
public
BenchUpgradeRequirement benchUpgradeRequirementpublic
double craftingTimeReductionModifierpublic
int extraInputSlotpublic
int extraOutputSlotRelated Classes
Used By