classpublicPriority 3
InteractionCooldown
com.hypixel.hytale.protocol.InteractionCooldown
6
Methods
6
Public Methods
6
Fields
3
Constructors
Constants
intFIXED_BLOCK_SIZE= 8
intMAX_SIZE= 32768026
intNULLABLE_BIT_FIELD_SIZE= 1
intVARIABLE_BLOCK_START= 16
intVARIABLE_FIELD_COUNT= 2
Constructors
public
InteractionCooldown()public
InteractionCooldown(String cooldownId, float cooldown, boolean clickBypass, float[] chargeTimes, boolean skipCooldownReset, boolean interruptRecharge)public
InteractionCooldown(InteractionCooldown 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 (6)
public
float[] chargeTimespublic
boolean clickBypasspublic
float cooldownpublic
String cooldownIdpublic
boolean interruptRechargepublic
boolean skipCooldownReset