| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data | |
| com.nukkitx.protocol.bedrock.packet |
| Modifier and Type | Method and Description |
|---|---|
static SerializedSkin |
SerializedSkin.of(String skinId,
ImageData skinData,
ImageData capeData,
String geometryName,
String geometryData,
boolean premiumSkin) |
static SerializedSkin |
SerializedSkin.of(String skinId,
String skinResourcePatch,
ImageData skinData,
List<AnimationData> animations,
ImageData capeData,
String geometryData,
String animationData,
boolean premium,
boolean persona,
boolean capeOnClassic,
String capeId,
String fullSkinId) |
| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
PlayerSkinPacket.getSkin() |
SerializedSkin |
PlayerListPacket.Entry.getSkin() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerSkinPacket.setSkin(SerializedSkin skin) |
void |
PlayerListPacket.Entry.setSkin(SerializedSkin skin) |
Copyright © 2018–2019 NukkitX. All rights reserved.