classpublicPriority 3
Objective
com.hypixel.hytale.protocol.Objective
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= 33
intVARIABLE_FIELD_COUNT= 4
Constructors
public
Objective()public
Objective(UUID objectiveUuid, String objectiveTitleKey, String objectiveDescriptionKey, String objectiveLineId, ObjectiveTask[] tasks)public
Objective(Objective 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
String objectiveDescriptionKeypublic
String objectiveLineIdpublic
String objectiveTitleKeypublic
ObjectiveTask[] tasks