HyCodeYourTale
classpublicPriority 3

AssetEditorDiscardChanges

com.hypixel.hytale.protocol.packets.asseteditor.AssetEditorDiscardChanges

implements Packet

7

Methods

7

Public Methods

1

Fields

3

Constructors

Constants

intFIXED_BLOCK_SIZE= 1
booleanIS_COMPRESSED= false
intMAX_SIZE= 1677721600
intNULLABLE_BIT_FIELD_SIZE= 1
intPACKET_ID= 330
intVARIABLE_BLOCK_START= 1
intVARIABLE_FIELD_COUNT= 1

Constructors

public
AssetEditorDiscardChanges()
public
AssetEditorDiscardChanges(TimestampedAssetReference[] assets)
public
AssetEditorDiscardChanges(AssetEditorDiscardChanges 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 (1)

publicTimestampedAssetReference[] assets

Related Classes