public class BedrockCodecHelper_v428 extends BedrockCodecHelper_v422
EXPRESSION_TYPEScontainerSlotTypes, stackRequestActionTypesTEXTURE_TYPESBLOCKING_IDblockDefinitions, encodingSettings, entityData, gameRuleType, itemDefinitions, log| Constructor and Description |
|---|
BedrockCodecHelper_v428(EntityDataTypeMap entityData,
org.cloudburstmc.protocol.common.util.TypeMap<java.lang.Class<?>> gameRulesTypes,
org.cloudburstmc.protocol.common.util.TypeMap<ItemStackRequestActionType> stackRequestActionTypes,
org.cloudburstmc.protocol.common.util.TypeMap<ContainerSlotType> containerSlotTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemStackRequestAction |
readRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestActionType type) |
SerializedSkin |
readSkin(io.netty.buffer.ByteBuf buffer) |
protected void |
writeRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestAction action) |
void |
writeSkin(io.netty.buffer.ByteBuf buffer,
SerializedSkin skin) |
readItemStackRequest, writeItemStackRequestreadAnimationData, readExperiments, writeAnimationData, writeExperimentsfromAuxValue, readContainerSlotType, readEntityLink, readIngredient, readInventoryActions, readNetItem, readStackRequestSlotInfo, toAuxValue, writeContainerSlotType, writeEntityLink, writeIngredient, writeInventoryActions, writeNetItem, writeStackRequestSlotInforeadImage, readStructureSettings, writeImage, writeStructureSettingsreadEntityData, writeEntityDatareadItem, readItemUse, writeItem, writeItemUsereadSourcereadCommandEnum, readCommandOrigin, readGameRule, readItemInstance, readOptional, writeCommandEnum, writeCommandOrigin, writeGameRule, writeItemInstance, writeOptional, writeOptionalNullgetBlockDefinitions, getCameraPresetDefinitions, getEncodingSettings, getItemDefinitions, isAir, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readBlockPosition, readByteAngle, readByteArray, readByteArray, readByteBuf, readEntityProperties, readImage, readPlayerAbilities, readString, readTag, readTag, readTagLE, readTagLE, readTagValue, readTagValue, readUuid, readVector2f, readVector3f, readVector3i, setBlockDefinitions, setCameraPresetDefinitions, setEncodingSettings, setItemDefinitions, writeArray, writeArray, writeArray, writeArray, writeArray, writeBlockPosition, writeByteAngle, writeByteArray, writeByteBuf, writeEntityProperties, writePlayerAbilities, writeSource, writeString, writeTag, writeTagLE, writeTagValue, writeUuid, writeVector2f, writeVector3f, writeVector3iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadArray, writeArraypublic BedrockCodecHelper_v428(EntityDataTypeMap entityData, org.cloudburstmc.protocol.common.util.TypeMap<java.lang.Class<?>> gameRulesTypes, org.cloudburstmc.protocol.common.util.TypeMap<ItemStackRequestActionType> stackRequestActionTypes, org.cloudburstmc.protocol.common.util.TypeMap<ContainerSlotType> containerSlotTypes)
protected ItemStackRequestAction readRequestActionData(io.netty.buffer.ByteBuf byteBuf, ItemStackRequestActionType type)
readRequestActionData in class BedrockCodecHelper_v422protected void writeRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestAction action)
writeRequestActionData in class BedrockCodecHelper_v422public SerializedSkin readSkin(io.netty.buffer.ByteBuf buffer)
readSkin in interface BedrockCodecHelperreadSkin in class BedrockCodecHelper_v390public void writeSkin(io.netty.buffer.ByteBuf buffer,
SerializedSkin skin)
writeSkin in interface BedrockCodecHelperwriteSkin in class BedrockCodecHelper_v390