HyCodeYourTale
classpublicPriority 3

IntParamValue

com.hypixel.hytale.protocol.IntParamValue

extends ParamValue

6

Methods

6

Public Methods

1

Fields

3

Constructors

Constants

intFIXED_BLOCK_SIZE= 4
intMAX_SIZE= 4
intNULLABLE_BIT_FIELD_SIZE= 0
intVARIABLE_BLOCK_START= 4
intVARIABLE_FIELD_COUNT= 0

Constructors

public
IntParamValue()
public
IntParamValue(int value)
public
IntParamValue(IntParamValue other)

Methods

Public Methods (6)

publicstatic
int computeBytesConsumed(ByteBuf buf, int offset)
public
int computeSize()
@Override
public
boolean equals(Object obj)
@Override
public
int hashCode()
@Override
public
int serialize(ByteBuf buf)
@Override
publicstatic
ValidationResult validateStructure(ByteBuf buffer, int offset)

Fields

Public Fields (1)

publicint value

Related Classes