Package | Description |
---|---|
net.minecraft.client.multiplayer | |
net.minecraft.network.packet |
Modifier and Type | Method and Description |
---|---|
void |
NetClientHandler.handleUpdateHealth(Packet8UpdateHealth par1Packet8UpdateHealth)
Recieves player health from the server and then proceeds to set it locally on the client.
|
Modifier and Type | Method and Description |
---|---|
void |
NetHandler.handleUpdateHealth(Packet8UpdateHealth par1Packet8UpdateHealth)
Recieves player health from the server and then proceeds to set it locally on the client.
|