public class BedrockCodecHelper_v844 extends BedrockCodecHelper_v776
cameraPresetDefinitionsDESCRIPTOR_TYPES, textProcessingEventOriginsEXPRESSION_TYPEScontainerSlotTypes, stackRequestActionTypesTEXTURE_TYPESBLOCKING_IDblockDefinitions, encodingSettings, entityData, gameRuleType, itemDefinitions, log, textConverter| Constructor and Description |
|---|
BedrockCodecHelper_v844(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,
org.cloudburstmc.protocol.common.util.TypeMap<Ability> abilities,
org.cloudburstmc.protocol.common.util.TypeMap<TextProcessingEventOrigin> textProcessingEventOrigins) |
| Modifier and Type | Method and Description |
|---|---|
GameRuleData<?> |
readGameRule(io.netty.buffer.ByteBuf buffer) |
GameRuleData<?> |
readGameRuleInStartGame(io.netty.buffer.ByteBuf buffer) |
void |
writeGameRule(io.netty.buffer.ByteBuf buffer,
GameRuleData<?> gameRule) |
void |
writeGameRuleInStartGame(io.netty.buffer.ByteBuf buffer,
GameRuleData<?> gameRule) |
readAbilityLayer, writeAbilityLayerreadItemEntry, readLargeVarIntFlags, writeItemEntry, writeLargeVarIntFlagsreadFullContainerName, writeFullContainerNamereadEntityLink, readItemStackResponseContainer, readItemUse, readRequestActionData, readStackRequestSlotInfo, writeEntityLink, writeItemStackResponseContainer, writeItemUse, writeRequestActionData, writeStackRequestSlotInfogetCameraPresetDefinitions, readItemDescriptor, setCameraPresetDefinitions, writeItemDescriptorreadSkin, writeSkinreadEntityProperties, writeEntityPropertiesreadIngredient, readItemStackRequest, writeIngredient, writeItemStackRequestgetAbilitiesNumber, readAbilitiesFromNumber, readPlayerAbilities, writePlayerAbilitiesreadStructureSettings, writeStructureSettingsreadInventoryActions, readItem, readItemInstance, readNetItem, writeInventoryActions, writeItem, writeItemInstance, writeNetItemreadAnimationData, readExperiments, writeAnimationData, writeExperimentsfromAuxValue, readContainerSlotType, toAuxValue, writeContainerSlotTypereadImage, writeImagereadEntityData, writeEntityDatareadSourcereadCommandEnum, readCommandOrigin, readOptional, readOptional, writeCommandEnum, writeCommandOrigin, writeOptional, writeOptional, writeOptionalNull, writeOptionalNullgetBlockDefinitions, getEncodingSettings, getItemDefinitions, getTextConverter, isAir, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readArray, readBlockPosition, readByteAngle, readByteArray, readByteArray, readByteBuf, readImage, readString, readStringMaxLen, readTag, readTag, readTagLE, readTagLE, readTagValue, readTagValue, readUuid, readVector2f, readVector3f, readVector3i, setBlockDefinitions, setEncodingSettings, setItemDefinitions, setTextConverter, writeArray, writeArray, writeArray, writeArray, writeArray, writeBlockPosition, writeByteAngle, writeByteArray, writeByteBuf, writeSource, writeString, writeTag, writeTagLE, writeTagValue, writeUuid, writeVector2f, writeVector3f, writeVector3iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadArray, writeArraypublic BedrockCodecHelper_v844(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, org.cloudburstmc.protocol.common.util.TypeMap<Ability> abilities, org.cloudburstmc.protocol.common.util.TypeMap<TextProcessingEventOrigin> textProcessingEventOrigins)
public void writeGameRule(io.netty.buffer.ByteBuf buffer,
GameRuleData<?> gameRule)
writeGameRule in interface BedrockCodecHelperwriteGameRule in class BedrockCodecHelper_v440public GameRuleData<?> readGameRule(io.netty.buffer.ByteBuf buffer)
readGameRule in interface BedrockCodecHelperreadGameRule in class BedrockCodecHelper_v440public void writeGameRuleInStartGame(io.netty.buffer.ByteBuf buffer,
GameRuleData<?> gameRule)
writeGameRuleInStartGame in interface BedrockCodecHelperwriteGameRuleInStartGame in class BedrockCodecHelper_v291public GameRuleData<?> readGameRuleInStartGame(io.netty.buffer.ByteBuf buffer)
readGameRuleInStartGame in interface BedrockCodecHelperreadGameRuleInStartGame in class BedrockCodecHelper_v291