Uses of Class
net.minecraft.nbt.NbtAccounter
Packages that use NbtAccounter
-
Uses of NbtAccounter in net.minecraft.nbt
Methods in net.minecraft.nbt that return NbtAccounterModifier and TypeMethodDescriptionstatic NbtAccounterNbtAccounter.create(long pQuota) static NbtAccounterNbtAccounter.unlimitedHeap()Methods in net.minecraft.nbt with parameters of type NbtAccounterModifier and TypeMethodDescriptionTagType.load(DataInput pInput, NbtAccounter pAccounter) static voidNbtIo.parse(DataInput pInput, StreamTagVisitor pVisitor, NbtAccounter pAccounter) TagType.parse(DataInput pInput, StreamTagVisitor pVisitor, NbtAccounter pAccounter) static voidNbtIo.parseCompressed(InputStream pZippedStream, StreamTagVisitor pVisitor, NbtAccounter pAccounter) static voidNbtIo.parseCompressed(Path pPath, StreamTagVisitor pVisitor, NbtAccounter pAccounter) default voidTagType.parseRoot(DataInput pInput, StreamTagVisitor pVisitor, NbtAccounter pNbtAccounter) static CompoundTagNbtIo.read(DataInput pInput, NbtAccounter pAccounter) Reads a compound tag from a file.static TagNbtIo.readAnyTag(DataInput pInput, NbtAccounter pAccounter) static CompoundTagNbtIo.readCompressed(InputStream pZippedStream, NbtAccounter pAccounter) static CompoundTagNbtIo.readCompressed(Path pPath, NbtAccounter pAccounter) (package private) static TagCompoundTag.readNamedTagData(TagType<?> pType, String pName, DataInput pInput, NbtAccounter pAccounter) private static TagNbtIo.readTagSafe(DataInput pInput, NbtAccounter pAccounter, byte pType) static TagNbtIo.readUnnamedTag(DataInput pInput, NbtAccounter pAccounter) voidTagType.skip(DataInput pInput, int pEntries, NbtAccounter pAccounter) voidTagType.skip(DataInput pInput, NbtAccounter pAccounter) default voidTagType.StaticSize.skip(DataInput p_197597_, int p_197598_, NbtAccounter p_302393_) default voidTagType.StaticSize.skip(DataInput p_197595_, NbtAccounter p_302323_) default voidTagType.VariableSize.skip(DataInput p_197600_, int p_197601_, NbtAccounter p_302386_) -
Uses of NbtAccounter in net.minecraft.network
Methods in net.minecraft.network with parameters of type NbtAccounterModifier and TypeMethodDescriptionstatic TagFriendlyByteBuf.readNbt(io.netty.buffer.ByteBuf pBuffer, NbtAccounter pNbtAccounter) FriendlyByteBuf.readNbt(NbtAccounter pNbtAccounter) <T> TFriendlyByteBuf.readWithCodec(com.mojang.serialization.DynamicOps<Tag> pOps, com.mojang.serialization.Codec<T> pCodec, NbtAccounter pNbtAccounter) Deprecated. -
Uses of NbtAccounter in net.minecraft.network.codec
Method parameters in net.minecraft.network.codec with type arguments of type NbtAccounterModifier and TypeMethodDescriptionstatic StreamCodec<io.netty.buffer.ByteBuf, CompoundTag> ByteBufCodecs.compoundTagCodec(Supplier<NbtAccounter> pAccounterSupplier) static <T> StreamCodec<io.netty.buffer.ByteBuf, T> ByteBufCodecs.fromCodec(com.mojang.serialization.Codec<T> pCodec, Supplier<NbtAccounter> pAccounterSupplier) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries(com.mojang.serialization.Codec<T> pCodec, Supplier<NbtAccounter> pAccounterSupplier) static StreamCodec<io.netty.buffer.ByteBuf, Optional<Tag>> ByteBufCodecs.optionalTagCodec(Supplier<NbtAccounter> pAccounter) static StreamCodec<io.netty.buffer.ByteBuf, Tag> ByteBufCodecs.tagCodec(Supplier<NbtAccounter> pAccounter)