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

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

Uses of Packet8UpdateHealth in net.minecraft.client.multiplayer
 

Methods in net.minecraft.client.multiplayer 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.
 

Uses of Packet8UpdateHealth in net.minecraft.network.packet
 

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