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.defaultQuota()static NbtAccounterNbtAccounter.uncompressedQuota()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 output, NbtAccounter accounter) TagType.parse(DataInput input, StreamTagVisitor output, NbtAccounter accounter) static voidNbtIo.parseCompressed(InputStream in, StreamTagVisitor output, NbtAccounter accounter) static voidNbtIo.parseCompressed(Path file, StreamTagVisitor output, NbtAccounter accounter) default voidTagType.parseRoot(DataInput input, StreamTagVisitor output, NbtAccounter accounter) 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 in, NbtAccounter accounter) static CompoundTagNbtIo.readCompressed(Path file, NbtAccounter accounter) private static TagCompoundTag.readNamedTagData(TagType<?> type, String name, DataInput input, NbtAccounter accounter) private static TagNbtIo.readTagSafe(DataInput input, NbtAccounter accounter, byte type) static TagNbtIo.readUnnamedTag(DataInput input, NbtAccounter accounter) voidTagType.skip(DataInput input, int count, NbtAccounter accounter) voidTagType.skip(DataInput input, NbtAccounter accounter) default voidTagType.StaticSize.skip(DataInput input, int count, NbtAccounter accounter) default voidTagType.StaticSize.skip(DataInput input, NbtAccounter accounter) default voidTagType.VariableSize.skip(DataInput input, int count, NbtAccounter accounter) -
Uses of NbtAccounter in net.minecraft.network
Methods in net.minecraft.network with parameters of type NbtAccounterModifier and TypeMethodDescriptionstatic @Nullable TagFriendlyByteBuf.readNbt(io.netty.buffer.ByteBuf input, NbtAccounter accounter) @Nullable TagFriendlyByteBuf.readNbt(NbtAccounter accounter) <T> TFriendlyByteBuf.readWithCodec(com.mojang.serialization.DynamicOps<Tag> ops, com.mojang.serialization.Codec<T> codec, NbtAccounter accounter) 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> accounter) static <T> StreamCodec<io.netty.buffer.ByteBuf, T> ByteBufCodecs.fromCodec(com.mojang.serialization.Codec<T> codec, Supplier<NbtAccounter> accounter) static <T> StreamCodec<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries(com.mojang.serialization.Codec<T> codec, Supplier<NbtAccounter> accounter) static StreamCodec<io.netty.buffer.ByteBuf, Optional<Tag>> ByteBufCodecs.optionalTagCodec(Supplier<NbtAccounter> accounter) static StreamCodec<io.netty.buffer.ByteBuf, Tag> ByteBufCodecs.tagCodec(Supplier<NbtAccounter> accounter)