Uses of Class
net.minecraft.src.Packet8UpdateHealth

Packages that use Packet8UpdateHealth
net.minecraft.src   
 

Uses of Packet8UpdateHealth in net.minecraft.src
 

Methods in net.minecraft.src with parameters of type Packet8UpdateHealth
 void NetClientHandler.handleUpdateHealth(Packet8UpdateHealth par1Packet8UpdateHealth)
          Recieves player health from the server and then proceeds to set it locally on the client.
 void NetHandler.handleUpdateHealth(Packet8UpdateHealth par1Packet8UpdateHealth)
          Recieves player health from the server and then proceeds to set it locally on the client.