Class ParticleShriekData
java.lang.Object
com.github.retrooper.packetevents.protocol.particle.data.ParticleData
com.github.retrooper.packetevents.protocol.particle.data.ParticleShriekData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParticleShriekData
decode
(NBTCompound compound, ClientVersion version) static void
encode
(ParticleShriekData data, ClientVersion version, NBTCompound compound) int
getDelay()
boolean
isEmpty()
static ParticleShriekData
read
(PacketWrapper<?> wrapper) void
setDelay
(int delay) static void
write
(PacketWrapper<?> wrapper, ParticleShriekData data) Methods inherited from class com.github.retrooper.packetevents.protocol.particle.data.ParticleData
emptyData
-
Constructor Details
-
ParticleShriekData
public ParticleShriekData(int delay)
-
-
Method Details
-
getDelay
public int getDelay() -
setDelay
public void setDelay(int delay) -
read
-
write
-
decode
-
encode
-
isEmpty
public boolean isEmpty()- Overrides:
isEmpty
in classParticleData
-