public class PacketSpawnRing extends LocationDoublePacket
x, y, z| Constructor and Description |
|---|
PacketSpawnRing(double x,
double y,
double z,
net.minecraft.entity.Entity targetEntity,
int... colors) |
PacketSpawnRing(net.minecraft.network.PacketBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.util.function.Supplier<net.minecraftforge.fml.network.NetworkEvent.Context> ctx) |
void |
toBytes(net.minecraft.network.PacketBuffer buffer) |
public PacketSpawnRing(double x,
double y,
double z,
net.minecraft.entity.Entity targetEntity,
int... colors)
public PacketSpawnRing(net.minecraft.network.PacketBuffer buffer)
public void toBytes(net.minecraft.network.PacketBuffer buffer)
toBytes in class LocationDoublePacketpublic void handle(java.util.function.Supplier<net.minecraftforge.fml.network.NetworkEvent.Context> ctx)