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 pQuota) static NbtAccounter
NbtAccounter.unlimitedHeap()
Methods in net.minecraft.nbt with parameters of type NbtAccounterModifier and TypeMethodDescriptionTagType.load
(DataInput pInput, NbtAccounter pAccounter) static void
NbtIo.parse
(DataInput pInput, StreamTagVisitor pVisitor, NbtAccounter pAccounter) TagType.parse
(DataInput pInput, StreamTagVisitor pVisitor, NbtAccounter pAccounter) static void
NbtIo.parseCompressed
(InputStream pZippedStream, StreamTagVisitor pVisitor, NbtAccounter pAccounter) static void
NbtIo.parseCompressed
(Path pPath, StreamTagVisitor pVisitor, NbtAccounter pAccounter) default void
TagType.parseRoot
(DataInput pInput, StreamTagVisitor pVisitor, NbtAccounter pNbtAccounter) static CompoundTag
NbtIo.read
(DataInput pInput, NbtAccounter pAccounter) Reads a compound tag from a file.static Tag
NbtIo.readAnyTag
(DataInput pInput, NbtAccounter pAccounter) static CompoundTag
NbtIo.readCompressed
(InputStream pZippedStream, NbtAccounter pAccounter) static CompoundTag
NbtIo.readCompressed
(Path pPath, NbtAccounter pAccounter) (package private) static Tag
CompoundTag.readNamedTagData
(TagType<?> pType, String pName, DataInput pInput, NbtAccounter pAccounter) private static Tag
NbtIo.readTagSafe
(DataInput pInput, NbtAccounter pAccounter, byte pType) private static Tag
NbtIo.readUnnamedTag
(DataInput pInput, NbtAccounter pAccounter) void
TagType.skip
(DataInput pInput, int pEntries, NbtAccounter pAccounter) void
TagType.skip
(DataInput pInput, NbtAccounter pAccounter) 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 p_320170_, NbtAccounter p_320055_) FriendlyByteBuf.readNbt
(NbtAccounter pNbtAccounter) <T> T
FriendlyByteBuf.readWithCodec
(com.mojang.serialization.DynamicOps<Tag> p_266903_, com.mojang.serialization.Codec<T> p_267107_, NbtAccounter p_295027_) 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> p_330943_, Supplier<NbtAccounter> p_330382_) static <T> StreamCodec
<RegistryFriendlyByteBuf, T> ByteBufCodecs.fromCodecWithRegistries
(com.mojang.serialization.Codec<T> p_331571_, Supplier<NbtAccounter> p_331922_) static StreamCodec
<io.netty.buffer.ByteBuf, Tag> ByteBufCodecs.tagCodec
(Supplier<NbtAccounter> pAccounter)