Uses of Class
net.minecraft.network.packet.Packet51MapChunk

Packages that use Packet51MapChunk
net.minecraft.client.multiplayer   
net.minecraft.network.packet   
 

Uses of Packet51MapChunk in net.minecraft.client.multiplayer
 

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

Uses of Packet51MapChunk in net.minecraft.network.packet
 

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