|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.network.packet.Packet
net.minecraft.network.packet.Packet51MapChunk
public class Packet51MapChunk
Field Summary | |
---|---|
boolean |
includeInitialize
Whether to initialize the Chunk before applying the effect of the Packet51MapChunk. |
int |
xCh
The x-position of the transmitted chunk, in chunk coordinates. |
int |
yChMax
The y-position of the highest chunk Section in the transmitted chunk, in chunk coordinates. |
int |
yChMin
The y-position of the lowest chunk Section in the transmitted chunk, in chunk coordinates. |
int |
zCh
The z-position of the transmitted chunk, in chunk coordinates. |
Fields inherited from class net.minecraft.network.packet.Packet |
---|
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize |
Constructor Summary | |
---|---|
Packet51MapChunk()
|
|
Packet51MapChunk(Chunk par1Chunk,
boolean par2,
int par3)
|
Method Summary | |
---|---|
byte[] |
func_73593_d()
|
static Packet51MapChunkData |
getMapChunkData(Chunk par0Chunk,
boolean par1,
int par2)
|
int |
getPacketSize()
Abstract. |
void |
processPacket(NetHandler par1NetHandler)
Passes this Packet on to the NetHandler for processing. |
void |
readPacketData(DataInputStream par1DataInputStream)
Abstract. |
void |
writePacketData(DataOutputStream par1DataOutputStream)
Abstract. |
Methods inherited from class net.minecraft.network.packet.Packet |
---|
addIdClassMapping, canProcessAsync, containsSameEntityIDAs, getNewPacket, getPacketId, isRealPacket, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int xCh
public int zCh
public int yChMin
public int yChMax
public boolean includeInitialize
Constructor Detail |
---|
public Packet51MapChunk()
public Packet51MapChunk(Chunk par1Chunk, boolean par2, int par3)
Method Detail |
---|
public void readPacketData(DataInputStream par1DataInputStream) throws IOException
readPacketData
in class Packet
IOException
public void writePacketData(DataOutputStream par1DataOutputStream) throws IOException
writePacketData
in class Packet
IOException
public void processPacket(NetHandler par1NetHandler)
processPacket
in class Packet
public int getPacketSize()
getPacketSize
in class Packet
public static Packet51MapChunkData getMapChunkData(Chunk par0Chunk, boolean par1, int par2)
public byte[] func_73593_d()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |