|
static Packet51MapChunkData | getMapChunkData (Chunk par0Chunk, boolean par1, int par2) |
|
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 |
|
net.minecraft.network.packet.Packet51MapChunk.Packet51MapChunk |
( |
) | |
|
net.minecraft.network.packet.Packet51MapChunk.Packet51MapChunk |
( |
Chunk |
par1Chunk, |
|
|
boolean |
par2, |
|
|
int |
par3 |
|
) |
| |
byte [] net.minecraft.network.packet.Packet51MapChunk.getCompressedChunkData |
( |
) | |
|
static Packet51MapChunkData net.minecraft.network.packet.Packet51MapChunk.getMapChunkData |
( |
Chunk |
par0Chunk, |
|
|
boolean |
par1, |
|
|
int |
par2 |
|
) |
| |
|
static |
int net.minecraft.network.packet.Packet51MapChunk.getPacketSize |
( |
) | |
|
|
virtual |
void net.minecraft.network.packet.Packet51MapChunk.processPacket |
( |
NetHandler |
par1NetHandler) | |
|
|
virtual |
void net.minecraft.network.packet.Packet51MapChunk.readPacketData |
( |
DataInputStream |
par1DataInputStream) | |
throws IOException |
|
virtual |
void net.minecraft.network.packet.Packet51MapChunk.writePacketData |
( |
DataOutputStream |
par1DataOutputStream) | |
throws IOException |
|
virtual |
boolean net.minecraft.network.packet.Packet51MapChunk.includeInitialize |
Whether to initialize the Chunk before applying the effect of the Packet51MapChunk.
int net.minecraft.network.packet.Packet51MapChunk.xCh |
The x-position of the transmitted chunk, in chunk coordinates.
int net.minecraft.network.packet.Packet51MapChunk.yChMax |
The y-position of the highest chunk Section in the transmitted chunk, in chunk coordinates.
int net.minecraft.network.packet.Packet51MapChunk.yChMin |
The y-position of the lowest chunk Section in the transmitted chunk, in chunk coordinates.
int net.minecraft.network.packet.Packet51MapChunk.zCh |
The z-position of the transmitted chunk, in chunk coordinates.
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/Packet51MapChunk.java