public class PlayerSkinPacket extends BedrockPacket
| Constructor and Description |
|---|
PlayerSkinPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SerializedSkin |
getSkin() |
UUID |
getUuid() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setSkin(SerializedSkin skin) |
void |
setUuid(UUID uuid) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic UUID getUuid()
public SerializedSkin getSkin()
public void setUuid(UUID uuid)
public void setSkin(SerializedSkin skin)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.