public class BedrockCodecHelper_v448 extends BedrockCodecHelper_v440
EXPRESSION_TYPEScontainerSlotTypes, stackRequestActionTypesTEXTURE_TYPESBLOCKING_IDblockDefinitions, componentSerializer, encodingSettings, entityData, gameRuleType, itemDefinitions, legacyComponentSerializer, log| Constructor and Description |
|---|
BedrockCodecHelper_v448(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) |
protected void |
writeRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestAction action) |
readGameRule, readStructureSettings, writeGameRule, writeStructureSettingsreadInventoryActions, readItem, readItemInstance, readNetItem, writeInventoryActions, writeItem, writeItemInstance, writeNetItemreadItemEntry, readSkin, writeItemEntry, writeSkinreadItemStackRequest, writeItemStackRequestreadAnimationData, readExperiments, writeAnimationData, writeExperimentsfromAuxValue, readContainerSlotType, readEntityLink, readIngredient, readItemStackResponseContainer, readStackRequestSlotInfo, toAuxValue, writeContainerSlotType, writeEntityLink, writeIngredient, writeItemStackResponseContainer, writeStackRequestSlotInforeadImage, writeImagereadEntityData, writeEntityDatareadItemUse, writeItemUsereadSourcereadCommandEnum, readCommandOrigin, readOptional, readOptional, writeCommandEnum, writeCommandOrigin, writeOptional, writeOptional, writeOptionalNull, writeOptionalNullgetBlockDefinitions, getCameraPresetDefinitions, getComponentSerializer, getEncodingSettings, getItemDefinitions, getLegacyComponentSerializer, isAir, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readBlockPosition, readByteAngle, readByteArray, readByteArray, readByteBuf, readComponent, readComponentWithArguments, readEntityProperties, readFullContainerName, readImage, readLargeVarIntFlags, readPlayerAbilities, readString, readStringMaxLen, readTag, readTag, readTagLE, readTagLE, readTagValue, readTagValue, readUuid, readVector2f, readVector3f, readVector3i, setBlockDefinitions, setCameraPresetDefinitions, setComponentSerializer, setEncodingSettings, setItemDefinitions, setLegacyComponentSerializer, writeArray, writeArray, writeArray, writeArray, writeArray, writeBlockPosition, writeByteAngle, writeByteArray, writeByteBuf, writeComponent, writeComponentWithArguments, writeEntityProperties, writeFullContainerName, writeLargeVarIntFlags, writePlayerAbilities, writeSource, writeString, writeTag, writeTagLE, writeTagValue, writeUuid, writeVector2f, writeVector3f, writeVector3iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadArray, writeArraypublic BedrockCodecHelper_v448(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_v431protected void writeRequestActionData(io.netty.buffer.ByteBuf byteBuf,
ItemStackRequestAction action)
writeRequestActionData in class BedrockCodecHelper_v431