Package net.minecraft.src
Class Packet51MapChunk
- java.lang.Object
-
- net.minecraft.src.Packet
-
- net.minecraft.src.Packet51MapChunk
-
public class Packet51MapChunk extends Packet
-
-
Field Summary
Fields Modifier and Type Field Description byte[]chunkDatabooleanincludeInitializeintxChintyChMaxintyChMinintzCh-
Fields inherited from class net.minecraft.src.Packet
creationTimeMillis, field_48155_p, field_48156_n, field_48157_o, field_48158_m, isChunkDataPacket, packetClassToIdMap, packetIdToClassMap
-
-
Constructor Summary
Constructors Constructor Description Packet51MapChunk()Packet51MapChunk(Chunk chunk, boolean bl, int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPacketSize()booleanisFullChunk()voidprocessPacket(NetHandler var1)voidreadPacketData(java.io.DataInputStream var1)voidwritePacketData(java.io.DataOutputStream var1)-
Methods inherited from class net.minecraft.src.Packet
getNewPacket, getNewPacket, getPacketId, readItemStack, readNBTTagCompound, readPacket, readString, writeItemStack, writeNBTTagCompound, writePacket, writeString
-
-
-
-
Constructor Detail
-
Packet51MapChunk
public Packet51MapChunk()
-
Packet51MapChunk
public Packet51MapChunk(Chunk chunk, boolean bl, int i)
-
-
Method Detail
-
readPacketData
public void readPacketData(java.io.DataInputStream var1) throws java.io.IOException- Specified by:
readPacketDatain classPacket- Throws:
java.io.IOException
-
writePacketData
public void writePacketData(java.io.DataOutputStream var1) throws java.io.IOException- Specified by:
writePacketDatain classPacket- Throws:
java.io.IOException
-
isFullChunk
public boolean isFullChunk()
-
processPacket
public void processPacket(NetHandler var1)
- Specified by:
processPacketin classPacket
-
getPacketSize
public int getPacketSize()
- Specified by:
getPacketSizein classPacket
-
-