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

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

Uses of Packet16BlockItemSwitch in net.minecraft.client.multiplayer
 

Methods in net.minecraft.client.multiplayer with parameters of type Packet16BlockItemSwitch
 void NetClientHandler.handleBlockItemSwitch(Packet16BlockItemSwitch par1Packet16BlockItemSwitch)
           
 

Uses of Packet16BlockItemSwitch in net.minecraft.network
 

Methods in net.minecraft.network with parameters of type Packet16BlockItemSwitch
 void NetServerHandler.handleBlockItemSwitch(Packet16BlockItemSwitch par1Packet16BlockItemSwitch)
           
 

Uses of Packet16BlockItemSwitch in net.minecraft.network.packet
 

Methods in net.minecraft.network.packet with parameters of type Packet16BlockItemSwitch
 void NetHandler.handleBlockItemSwitch(Packet16BlockItemSwitch par1Packet16BlockItemSwitch)