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 NbtAccounter
NbtAccounter.create
(long quota) static NbtAccounter
NbtAccounter.unlimitedHeap()
Methods in net.minecraft.nbt with parameters of type NbtAccounterModifier and TypeMethodDescriptionTagType.load
(DataInput input, NbtAccounter accounter) static void
NbtIo.parse
(DataInput input, StreamTagVisitor visitor, NbtAccounter accounter) TagType.parse
(DataInput input, StreamTagVisitor visitor, NbtAccounter accounter) static void
NbtIo.parseCompressed
(InputStream zippedStream, StreamTagVisitor visitor, NbtAccounter accounter) static void
NbtIo.parseCompressed
(Path path, StreamTagVisitor visitor, NbtAccounter accounter) default void
TagType.parseRoot
(DataInput input, StreamTagVisitor visitor, NbtAccounter nbtAccounter) static CompoundTag
NbtIo.read
(DataInput input, NbtAccounter accounter) Reads a compound tag from a file.static Tag
NbtIo.readAnyTag
(DataInput input, NbtAccounter accounter) static CompoundTag
NbtIo.readCompressed
(InputStream zippedStream, NbtAccounter accounter) static CompoundTag
NbtIo.readCompressed
(Path path, NbtAccounter accounter) (package private) static Tag
CompoundTag.readNamedTagData
(TagType<?> type, String name, DataInput input, NbtAccounter accounter) private static Tag
NbtIo.readTagSafe
(DataInput input, NbtAccounter accounter, byte type) private static Tag
NbtIo.readUnnamedTag
(DataInput input, NbtAccounter accounter) void
TagType.skip
(DataInput input, int entries, NbtAccounter accounter) void
TagType.skip
(DataInput input, NbtAccounter accounter) default void
TagType.StaticSize.skip
(DataInput p_197597_, int p_197598_, NbtAccounter p_302393_) default void
TagType.StaticSize.skip
(DataInput p_197595_, NbtAccounter p_302323_) default void
TagType.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 Tag
FriendlyByteBuf.readNbt
(io.netty.buffer.ByteBuf buffer, NbtAccounter nbtAccounter) FriendlyByteBuf.readNbt
(NbtAccounter nbtAccounter) <T> T
FriendlyByteBuf.readWithCodec
(com.mojang.serialization.DynamicOps<Tag> ops, com.mojang.serialization.Codec<T> codec, NbtAccounter nbtAccounter) 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> accounterSupplier) static <T> StreamCodec
<io.netty.buffer.ByteBuf, T> ByteBufCodecs.fromCodec
(com.mojang.serialization.Codec<T> codec, Supplier<NbtAccounter> accounterSupplier) static <T> StreamCodec
<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries
(com.mojang.serialization.Codec<T> codec, Supplier<NbtAccounter> accounterSupplier) static StreamCodec
<io.netty.buffer.ByteBuf, Tag> ByteBufCodecs.tagCodec
(Supplier<NbtAccounter> accounter)