Class PacketSpawnParticleTrail
java.lang.Object
me.desht.pneumaticcraft.common.network.LocationDoublePacket
me.desht.pneumaticcraft.common.network.PacketSpawnParticleTrail
Received on: CLIENT
Sent by server to play a trail of particles between two points
-
Field Summary
Fields inherited from class me.desht.pneumaticcraft.common.network.LocationDoublePacket
x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionPacketSpawnParticleTrail(net.minecraft.core.particles.ParticleOptions particle, double x1, double y1, double z1, double x2, double y2, double z2) PacketSpawnParticleTrail(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Constructor Details
-
PacketSpawnParticleTrail
public PacketSpawnParticleTrail(net.minecraft.core.particles.ParticleOptions particle, double x1, double y1, double z1, double x2, double y2, double z2) -
PacketSpawnParticleTrail
public PacketSpawnParticleTrail(net.minecraft.network.FriendlyByteBuf buffer)
-
-
Method Details
-
toBytes
public void toBytes(net.minecraft.network.FriendlyByteBuf buffer) - Overrides:
toBytesin classLocationDoublePacket
-
handle
-