HyCodeYourTale
classpublicPriority 3

ChangeBlockAction

com.hypixel.hytale.protocol.packets.window.ChangeBlockAction

extends WindowAction

6

Methods

6

Public Methods

1

Fields

3

Constructors

Constants

intFIXED_BLOCK_SIZE= 1
intMAX_SIZE= 1
intNULLABLE_BIT_FIELD_SIZE= 0
intVARIABLE_BLOCK_START= 1
intVARIABLE_FIELD_COUNT= 0

Constructors

public
ChangeBlockAction()
public
ChangeBlockAction(boolean down)
public
ChangeBlockAction(ChangeBlockAction 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)

publicboolean down

Related Classes