HyCodeYourTale
classpublicPriority 3

BuilderToolSelectionToolReplyWithClipboard

com.hypixel.hytale.protocol.packets.buildertools.BuilderToolSelectionToolReplyWithClipboard

implements Packet

7

Methods

7

Public Methods

2

Fields

3

Constructors

Constants

intFIXED_BLOCK_SIZE= 1
booleanIS_COMPRESSED= true
intMAX_SIZE= 139264019
intNULLABLE_BIT_FIELD_SIZE= 1
intPACKET_ID= 411
intVARIABLE_BLOCK_START= 9
intVARIABLE_FIELD_COUNT= 2

Constructors

public
BuilderToolSelectionToolReplyWithClipboard()
public
BuilderToolSelectionToolReplyWithClipboard(BlockChange[] blocksChange, FluidChange[] fluidsChange)
public
BuilderToolSelectionToolReplyWithClipboard(BuilderToolSelectionToolReplyWithClipboard other)

Methods

Public Methods (7)

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

Fields

Public Fields (2)

publicBlockChange[] blocksChange
publicFluidChange[] fluidsChange

Related Classes