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