public class RespondPokemonEditorAllowed extends AbstractPixelmonPacket
Constructor and Description |
---|
RespondPokemonEditorAllowed()
Empty constructor for packet registration.
|
RespondPokemonEditorAllowed(java.util.UUID editingPlayer,
boolean allowPokemonEditors)
Initializes a 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, reply
public RespondPokemonEditorAllowed()
public RespondPokemonEditorAllowed(java.util.UUID editingPlayer, boolean allowPokemonEditors)
editingPlayer
- The UUID of the player using the Pokémon editor.allowPokemonEditors
- Whether the edited player allows Pokémon editors to be used.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