Class PacketSpawnRing
java.lang.Object
me.desht.pneumaticcraft.common.network.LocationDoublePacket
me.desht.pneumaticcraft.common.network.PacketSpawnRing
Received on: CLIENT
Sent by server to get the client to spawn a new client-side ring entity
-
Field Summary
Fields inherited from class me.desht.pneumaticcraft.common.network.LocationDoublePacket
x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionPacketSpawnRing(double x, double y, double z, net.minecraft.world.entity.Entity targetEntity, int... colors) PacketSpawnRing(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Constructor Details
-
PacketSpawnRing
public PacketSpawnRing(double x, double y, double z, net.minecraft.world.entity.Entity targetEntity, int... colors) -
PacketSpawnRing
public PacketSpawnRing(net.minecraft.network.FriendlyByteBuf buffer)
-
-
Method Details
-
toBytes
public void toBytes(net.minecraft.network.FriendlyByteBuf buffer) - Overrides:
toBytesin classLocationDoublePacket
-
handle
-