public class CreateNPCPacket extends AbstractPixelmonPacket
| Constructor and Description | 
|---|
CreateNPCPacket()
Empty constructor for packet registration. 
 | 
CreateNPCPacket(EnumNPCType type,
               net.minecraft.util.math.BlockPos pos,
               float rotation)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decode(net.minecraft.network.PacketBuffer buf)
Convert from the supplied buffer into your specific this type 
 | 
void | 
encode(net.minecraft.network.PacketBuffer buf)
Deconstruct your this into the supplied byte buffer 
 | 
protected void | 
handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)  | 
handle, replypublic CreateNPCPacket()
public CreateNPCPacket(EnumNPCType type, net.minecraft.util.math.BlockPos pos, float rotation)
public void decode(net.minecraft.network.PacketBuffer buf)
decode in interface PixelmonPacketdecode in class AbstractPixelmonPacketbuf - public void encode(net.minecraft.network.PacketBuffer buf)
encode in interface PixelmonPacketencode in class AbstractPixelmonPacketbuf - protected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket in class AbstractPixelmonPacket