public class ServerPokedexPacket extends AbstractPixelmonPacket
Constructor and Description |
---|
ServerPokedexPacket() |
ServerPokedexPacket(boolean launch) |
ServerPokedexPacket(boolean launch,
int entityID) |
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, reply
public ServerPokedexPacket(boolean launch, int entityID)
launch
- Whether or not the pokédex should be launched after the update.entityID
- The EntityPixelmon entity ID.public ServerPokedexPacket(boolean launch)
public ServerPokedexPacket()
public void encode(net.minecraft.network.PacketBuffer buf)
PixelmonPacket
encode
in interface PixelmonPacket
encode
in class AbstractPixelmonPacket
buf
- The buffer being encodedpublic void decode(net.minecraft.network.PacketBuffer buf)
PixelmonPacket
decode
in interface PixelmonPacket
decode
in class AbstractPixelmonPacket
buf
- The buffer being decodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket
in class AbstractPixelmonPacket