public class BedrockCodecHelper_v291 extends BaseBedrockCodecHelper
blockDefinitions, entityData, gameRuleType, itemDefinitions, log| Constructor and Description |
|---|
BedrockCodecHelper_v291(EntityDataTypeMap entityData,
TypeMap<Class<?>> gameRulesTypes) |
isAir, readAnimationData, readArray, readArray, readArray, readArray, readBlockPosition, readByteAngle, readByteArray, readByteBuf, readEntityProperties, readExperiments, readImage, readInventoryActions, readItemStackRequest, readItemUse, readSkin, readSource, readString, readStructureSettings, readTag, readTagLE, readUuid, readVector2f, readVector3f, readVector3i, writeAnimationData, writeArray, writeArray, writeArray, writeArray, writeBlockPosition, writeByteAngle, writeByteArray, writeByteBuf, writeEntityProperties, writeExperiments, writeImage, writeInventoryActions, writeItemStackRequest, writeItemUse, writeSkin, writeSource, writeString, writeStructureSettings, writeTag, writeTagLE, writeUuid, writeVector2f, writeVector3f, writeVector3iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlockDefinitions, getItemDefinitions, readArray, readTag, readTagLE, setBlockDefinitions, setItemDefinitions, writeArraypublic BedrockCodecHelper_v291(EntityDataTypeMap entityData, TypeMap<Class<?>> gameRulesTypes)
public EntityLinkData readEntityLink(ByteBuf buffer)
public void writeEntityLink(ByteBuf buffer, EntityLinkData entityLink)
public CommandOriginData readCommandOrigin(ByteBuf buffer)
public void writeCommandOrigin(ByteBuf buffer, CommandOriginData originData)
public GameRuleData<?> readGameRule(ByteBuf buffer)
public void writeGameRule(ByteBuf buffer, GameRuleData<?> gameRule)
public void readEntityData(ByteBuf buffer, EntityDataMap entityDataMap)
public void writeEntityData(ByteBuf buffer, EntityDataMap entityDataMap)
public CommandEnumData readCommandEnum(ByteBuf buffer, boolean soft)
public void writeCommandEnum(ByteBuf buffer, CommandEnumData enumData)
public <T> void writeOptional(ByteBuf buffer, Predicate<T> isPresent, T object, BiConsumer<ByteBuf,T> consumer)
Copyright © 2018–2022 CloudburstMC. All rights reserved.