public class ShopKeeperPacket extends AbstractPixelmonPacket
| Constructor and Description |
|---|
ShopKeeperPacket() |
ShopKeeperPacket(EnumBuySell buySell,
int shopkeeperID,
java.lang.String itemID,
int amount)
Initializes a transaction packet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(net.minecraft.network.PacketBuffer buf)
Decodes the information from the buffer to the packet instance
|
void |
encode(net.minecraft.network.PacketBuffer buf)
Encodes the buffer with the packet information
|
protected void |
handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context) |
handle, replypublic ShopKeeperPacket()
public ShopKeeperPacket(EnumBuySell buySell, int shopkeeperID, java.lang.String itemID, int amount)
buySell - Whether the player bought or sold an item.shopkeeperID - The ID of the affected item.itemID - The quantity of the affected item.amount - The ID of the shopkeeper participating in the transaction.public void decode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketdecode in interface PixelmonPacketdecode in class AbstractPixelmonPacketbuf - The buffer being decodedpublic void encode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketencode in interface PixelmonPacketencode in class AbstractPixelmonPacketbuf - The buffer being encodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket in class AbstractPixelmonPacket