| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
BedrockCodecHelper.readSkin(ByteBuf buffer) |
SerializedSkin |
BaseBedrockCodecHelper.readSkin(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper.writeSkin(ByteBuf buffer,
SerializedSkin skin) |
void |
BaseBedrockCodecHelper.writeSkin(ByteBuf buffer,
SerializedSkin skin) |
| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
NoopBedrockCodecHelper.readSkin(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoopBedrockCodecHelper.writeSkin(ByteBuf buffer,
SerializedSkin skin) |
| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
BedrockCodecHelper_v388.readSkin(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v388.writeSkin(ByteBuf buffer,
SerializedSkin skin) |
| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
BedrockCodecHelper_v390.readSkin(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v390.writeSkin(ByteBuf buffer,
SerializedSkin skin) |
| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
BedrockCodecHelper_v428.readSkin(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v428.writeSkin(ByteBuf buffer,
SerializedSkin skin) |
| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
BedrockCodecHelper_v465.readSkin(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v465.writeSkin(ByteBuf buffer,
SerializedSkin skin) |
| Modifier and Type | Method and Description |
|---|---|
SerializedSkin |
SerializedSkin.Builder.build() |
static SerializedSkin |
SerializedSkin.of(String skinId,
String playFabId,
ImageData skinData,
ImageData capeData,
String geometryName,
String geometryData,
boolean premiumSkin) |
static SerializedSkin |
SerializedSkin.of(String skinId,
String playFabId,
String skinResourcePatch,
ImageData skinData,
List<AnimationData> animations,
ImageData capeData,
String geometryData,
String animationData,
boolean premium,
boolean persona,
boolean capeOnClassic,
boolean primaryUser,
String capeId,
String fullSkinId,
String armSize,
String skinColor,
List<PersonaPieceData> personaPieces,
List<PersonaPieceTintData> tintColors) |
static SerializedSkin |
SerializedSkin.of(String skinId,
String playFabId,
String skinResourcePatch,
ImageData skinData,
List<AnimationData> animations,
ImageData capeData,
String geometryData,
String animationData,
boolean premium,
boolean persona,
boolean capeOnClassic,
String capeId,
String fullSkinId) |
static SerializedSkin |
SerializedSkin.of(String skinId,
String playFabId,
String skinResourcePatch,
ImageData skinData,
List<AnimationData> animations,
ImageData capeData,
String geometryData,
String animationData,
boolean premium,
boolean persona,
boolean capeOnClassic,
String capeId,
String fullSkinId,
String armSize,
String skinColor,
List<PersonaPieceData> personaPieces,
List<PersonaPieceTintData> tintColors) |
static SerializedSkin |
SerializedSkin.of(String skinId,
String playFabId,
String skinResourcePatch,
ImageData skinData,
List<AnimationData> animations,
ImageData capeData,
String geometryData,
String geometryDataEngineVersion,
String animationData,
boolean premium,
boolean persona,
boolean capeOnClassic,
boolean primaryUser,
String capeId,
String fullSkinId,
String armSize,
String skinColor,
List<PersonaPieceData> personaPieces,
List<PersonaPieceTintData> tintColors) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.