UpdateParticleSystems

public class UpdateParticleSystems implements Packet

Class UpdateParticleSystems. Provides updateparticlesystems functionality for the Hytale server.

java.lang.Object > UpdateParticleSystems

Field Summary

type

public UpdateType type

Field type.

removedParticleSystems

public String[] removedParticleSystems

Field removedParticleSystems.

obj

final UpdateParticleSystems obj

Field obj.

nullBits

final byte nullBits

Field nullBits.

varPos0

final int varPos0

Field varPos0.

particleSystemsCount

final int particleSystemsCount

Field particleSystemsCount.

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 ParticleSystem val

Field val.

varPos2

final int varPos2

Field varPos2.

removedParticleSystemsCount

final int removedParticleSystemsCount

Field removedParticleSystemsCount.

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.

particleSystemsOffsetSlot

final int particleSystemsOffsetSlot

Field particleSystemsOffsetSlot.

removedParticleSystemsOffsetSlot

final int removedParticleSystemsOffsetSlot

Field removedParticleSystemsOffsetSlot.

varBlockStart

final int varBlockStart

Field varBlockStart.

particleSystemsOffset

final int particleSystemsOffset

Field particleSystemsOffset.

removedParticleSystemsOffset

final int removedParticleSystemsOffset

Field removedParticleSystemsOffset.

copy

final UpdateParticleSystems copy

Field copy.

Method Detail

getId

public int getId ()

Method getId.

UpdateParticleSystems

public public UpdateParticleSystems ()

Method UpdateParticleSystems.

deserialize

static UpdateParticleSystems 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 UpdateParticleSystems clone ()

Method clone.

equals

public boolean equals (final Object obj)

Method equals.

Parameters:
final Object obj

hashCode

public int hashCode ()

Method hashCode.