Uses of Class
net.minecraft.src.Packet51MapChunk

Packages that use Packet51MapChunk
net.minecraft.src   
 

Uses of Packet51MapChunk in net.minecraft.src
 

Methods in net.minecraft.src with parameters of type Packet51MapChunk
 void NetClientHandler.handleMapChunk(Packet51MapChunk par1Packet51MapChunk)
          Handle Packet51MapChunk (full chunk update of blocks, metadata, light levels, and optionally biome data)
 void NetHandler.handleMapChunk(Packet51MapChunk par1Packet51MapChunk)
          Handle Packet51MapChunk (full chunk update of blocks, metadata, light levels, and optionally biome data)