UpdateParticleSpawners

public class UpdateParticleSpawners implements Packet

Class UpdateParticleSpawners. Provides updateparticlespawners functionality for the Hytale server.

java.lang.Object > UpdateParticleSpawners

Field Summary

type

public UpdateType type

Field type.

removedParticleSpawners

public String[] removedParticleSpawners

Field removedParticleSpawners.

obj

final UpdateParticleSpawners obj

Field obj.

nullBits

final byte nullBits

Field nullBits.

varPos0

final int varPos0

Field varPos0.

particleSpawnersCount

final int particleSpawnersCount

Field particleSpawnersCount.

varIntLen

final int varIntLen

Field varIntLen.

keyLen

final int keyLen

Field keyLen.

keyVarLen

final int keyVarLen

Field keyVarLen.

key

final String key

Field key.

val

final ParticleSpawner val

Field val.

varPos2

final int varPos2

Field varPos2.

removedParticleSpawnersCount

final int removedParticleSpawnersCount

Field removedParticleSpawnersCount.

strLen

final int strLen

Field strLen.

strVarLen

final int strVarLen

Field strVarLen.

fieldOffset0

final int fieldOffset0

Field fieldOffset0.

dictLen

final int dictLen

Field dictLen.

sl

final int sl

Field sl.

fieldOffset2

final int fieldOffset2

Field fieldOffset2.

arrLen

final int arrLen

Field arrLen.

startPos

final int startPos

Field startPos.

particleSpawnersOffsetSlot

final int particleSpawnersOffsetSlot

Field particleSpawnersOffsetSlot.

removedParticleSpawnersOffsetSlot

final int removedParticleSpawnersOffsetSlot

Field removedParticleSpawnersOffsetSlot.

varBlockStart

final int varBlockStart

Field varBlockStart.

particleSpawnersOffset

final int particleSpawnersOffset

Field particleSpawnersOffset.

removedParticleSpawnersOffset

final int removedParticleSpawnersOffset

Field removedParticleSpawnersOffset.

copy

final UpdateParticleSpawners copy

Field copy.

Method Detail

getId

public int getId ()

Method getId.

UpdateParticleSpawners

public public UpdateParticleSpawners ()

Method UpdateParticleSpawners.

deserialize

static UpdateParticleSpawners deserialize (@Nonnull final ByteBuf buf, final int offset)

Method deserialize.

Parameters:
@Nonnull final ByteBuf buf
final int offset

computeBytesConsumed

static int computeBytesConsumed (@Nonnull final ByteBuf buf, final int offset)

Method computeBytesConsumed.

Parameters:
@Nonnull final ByteBuf buf
final int offset

serialize

public void serialize (@Nonnull final ByteBuf buf)

Method serialize.

Parameters:
@Nonnull final ByteBuf buf

computeSize

public int computeSize ()

Method computeSize.

validateStructure

static ValidationResult validateStructure (@Nonnull final ByteBuf buffer, final int offset)

Method validateStructure.

Parameters:
@Nonnull final ByteBuf buffer
final int offset

clone

public UpdateParticleSpawners clone ()

Method clone.

equals

public boolean equals (final Object obj)

Method equals.

Parameters:
final Object obj

hashCode

public int hashCode ()

Method hashCode.