public class HurtArmorPacket extends BedrockPacket
| Constructor and Description |
|---|
HurtArmorPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getHealth() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setHealth(int health) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic int getHealth()
public void setHealth(int health)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.