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 quota) static NbtAccounterNbtAccounter.unlimitedHeap()Methods in net.minecraft.nbt with parameters of type NbtAccounterModifier and TypeMethodDescriptionTagType.load(DataInput input, NbtAccounter accounter) static voidNbtIo.parse(DataInput input, StreamTagVisitor visitor, NbtAccounter accounter) TagType.parse(DataInput input, StreamTagVisitor visitor, NbtAccounter accounter) static voidNbtIo.parseCompressed(InputStream zippedStream, StreamTagVisitor visitor, NbtAccounter accounter) static voidNbtIo.parseCompressed(Path path, StreamTagVisitor visitor, NbtAccounter accounter) default voidTagType.parseRoot(DataInput input, StreamTagVisitor visitor, NbtAccounter nbtAccounter) static CompoundTagNbtIo.read(DataInput input, NbtAccounter accounter) Reads a compound tag from a file.static TagNbtIo.readAnyTag(DataInput input, NbtAccounter accounter) static CompoundTagNbtIo.readCompressed(InputStream zippedStream, NbtAccounter accounter) static CompoundTagNbtIo.readCompressed(Path path, NbtAccounter accounter) (package private) static TagCompoundTag.readNamedTagData(TagType<?> type, String name, DataInput input, NbtAccounter accounter) private static TagNbtIo.readTagSafe(DataInput input, NbtAccounter accounter, byte type) private static TagNbtIo.readUnnamedTag(DataInput input, NbtAccounter accounter) voidTagType.skip(DataInput input, int entries, NbtAccounter accounter) voidTagType.skip(DataInput input, NbtAccounter accounter) 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 buffer, NbtAccounter nbtAccounter) FriendlyByteBuf.readNbt(NbtAccounter nbtAccounter) <T> TFriendlyByteBuf.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)