public class OpenDialogueInputPacket extends AbstractPixelmonPacket
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
defaultText |
protected boolean |
shouldCloseOnEsc |
protected net.minecraft.util.text.ITextComponent |
text |
protected net.minecraft.util.text.ITextComponent |
title |
| Constructor and Description |
|---|
OpenDialogueInputPacket()
Empty constructor for packet registration.
|
OpenDialogueInputPacket(net.minecraft.util.text.ITextComponent title,
net.minecraft.util.text.ITextComponent text,
java.lang.String defaultText,
boolean shouldCloseOnEsc) |
| 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, replyprotected net.minecraft.util.text.ITextComponent title
protected net.minecraft.util.text.ITextComponent text
protected java.lang.String defaultText
protected boolean shouldCloseOnEsc
public OpenDialogueInputPacket()
public OpenDialogueInputPacket(net.minecraft.util.text.ITextComponent title,
net.minecraft.util.text.ITextComponent text,
java.lang.String defaultText,
boolean shouldCloseOnEsc)
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