public class BedrockCodecHelper_v422 extends BedrockCodecHelper_v419
EXPRESSION_TYPEScontainerSlotTypes, stackRequestActionTypesTEXTURE_TYPESBLOCKING_IDblockDefinitions, encodingSettings, entityData, gameRuleType, itemDefinitions, log| Constructor and Description |
|---|
BedrockCodecHelper_v422(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 |
|---|---|
ItemStackRequest |
readItemStackRequest(io.netty.buffer.ByteBuf buffer) |
protected ItemStackRequestAction |
readRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestActionType type) |
void |
writeItemStackRequest(io.netty.buffer.ByteBuf buffer,
ItemStackRequest request) |
protected void |
writeRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestAction action) |
readAnimationData, readExperiments, writeAnimationData, writeExperimentsfromAuxValue, readContainerSlotType, readEntityLink, readIngredient, readInventoryActions, readNetItem, readStackRequestSlotInfo, toAuxValue, writeContainerSlotType, writeEntityLink, writeIngredient, writeInventoryActions, writeNetItem, writeStackRequestSlotInforeadSkin, writeSkinreadImage, 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, readStringMaxLen, 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_v422(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)
public ItemStackRequest readItemStackRequest(io.netty.buffer.ByteBuf buffer)
readItemStackRequest in interface BedrockCodecHelperreadItemStackRequest in class BedrockCodecHelper_v407public void writeItemStackRequest(io.netty.buffer.ByteBuf buffer,
ItemStackRequest request)
writeItemStackRequest in interface BedrockCodecHelperwriteItemStackRequest in class BedrockCodecHelper_v407protected ItemStackRequestAction readRequestActionData(io.netty.buffer.ByteBuf byteBuf, ItemStackRequestActionType type)
readRequestActionData in class BedrockCodecHelper_v407protected void writeRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestAction action)
writeRequestActionData in class BedrockCodecHelper_v407