|
static void | addIdClassMapping (int par0, boolean par1, boolean par2, Class par3Class) |
|
static Packet | getNewPacket (ILogAgent par0ILogAgent, int par1) |
|
static void | writeByteArray (DataOutputStream par0DataOutputStream, byte[] par1ArrayOfByte) throws IOException |
|
static byte[] | readBytesFromStream (DataInputStream par0DataInputStream) throws IOException |
|
static Packet | readPacket (ILogAgent par0ILogAgent, DataInputStream par1DataInputStream, boolean par2, Socket par3Socket) throws IOException |
|
static void | writePacket (Packet par0Packet, DataOutputStream par1DataOutputStream) throws IOException |
|
static void | writeString (String par0Str, DataOutputStream par1DataOutputStream) throws IOException |
|
static String | readString (DataInputStream par0DataInputStream, int par1) throws IOException |
|
static ItemStack | readItemStack (DataInputStream par0DataInputStream) throws IOException |
|
static void | writeItemStack (ItemStack par0ItemStack, DataOutputStream par1DataOutputStream) throws IOException |
|
static NBTTagCompound | readNBTTagCompound (DataInputStream par0DataInputStream) throws IOException |
|
static void | writeNBTTagCompound (NBTTagCompound par0NBTTagCompound, DataOutputStream par1DataOutputStream) throws IOException |
|
ILogAgent | field_98193_m |
|
net.minecraft.network.packet.Packet70GameEvent.Packet70GameEvent |
( |
) | |
|
net.minecraft.network.packet.Packet70GameEvent.Packet70GameEvent |
( |
int |
par1, |
|
|
int |
par2 |
|
) |
| |
int net.minecraft.network.packet.Packet70GameEvent.getPacketSize |
( |
) | |
|
|
virtual |
void net.minecraft.network.packet.Packet70GameEvent.processPacket |
( |
NetHandler |
par1NetHandler) | |
|
|
virtual |
void net.minecraft.network.packet.Packet70GameEvent.readPacketData |
( |
DataInputStream |
par1DataInputStream) | |
throws IOException |
|
virtual |
void net.minecraft.network.packet.Packet70GameEvent.writePacketData |
( |
DataOutputStream |
par1DataOutputStream) | |
throws IOException |
|
virtual |
final String [] net.minecraft.network.packet.Packet70GameEvent.clientMessage = new String[] {"tile.bed.notValid", null, null, "gameMode.changed"} |
|
static |
The client prints clientMessage[eventType] to chat when this packet is received.
int net.minecraft.network.packet.Packet70GameEvent.eventType |
0: Invalid bed, 1: Rain starts, 2: Rain stops, 3: Game mode changed.
int net.minecraft.network.packet.Packet70GameEvent.gameMode |
When reason==3, the game mode to set. See EnumGameType for a list of values.
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/network/packet/Packet70GameEvent.java