public class RotateEntityPacket extends AbstractPixelmonPacket
| Constructor and Description |
|---|
RotateEntityPacket()
Empty constructor for packet registration.
|
RotateEntityPacket(int entityID,
float yaw,
float pitch)
Initializes an entity rotation packet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(net.minecraft.network.PacketBuffer buffer)
Decodes the information from the buffer to the packet instance
|
void |
encode(net.minecraft.network.PacketBuffer buffer)
Encodes the buffer with the packet information
|
protected void |
handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context) |
handle, replypublic RotateEntityPacket()
public RotateEntityPacket(int entityID,
float yaw,
float pitch)
entityID - The entity ID of the entity to rotate.yaw - Yaw to rotate by.pitch - Pitch to rotate by.public void decode(net.minecraft.network.PacketBuffer buffer)
PixelmonPacketdecode in interface PixelmonPacketdecode in class AbstractPixelmonPacketbuffer - The buffer being decodedpublic void encode(net.minecraft.network.PacketBuffer buffer)
PixelmonPacketencode in interface PixelmonPacketencode in class AbstractPixelmonPacketbuffer - The buffer being encodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket in class AbstractPixelmonPacket