Uses of Interface
net.minecraft.nbt.StreamTagVisitor
Packages that use StreamTagVisitor
Package
Description
-
Uses of StreamTagVisitor in net.minecraft.nbt
Methods in net.minecraft.nbt with parameters of type StreamTagVisitorModifier and TypeMethodDescriptionByteArrayTag.accept
(StreamTagVisitor p_197429_) ByteTag.accept
(StreamTagVisitor p_197436_) CompoundTag.accept
(StreamTagVisitor p_197442_) DoubleTag.accept
(StreamTagVisitor p_197452_) EndTag.accept
(StreamTagVisitor p_197458_) FloatTag.accept
(StreamTagVisitor p_197468_) IntArrayTag.accept
(StreamTagVisitor p_197474_) IntTag.accept
(StreamTagVisitor p_197481_) ListTag.accept
(StreamTagVisitor p_197487_) LongArrayTag.accept
(StreamTagVisitor p_197497_) LongTag.accept
(StreamTagVisitor p_197504_) ShortTag.accept
(StreamTagVisitor p_197515_) StringTag.accept
(StreamTagVisitor p_197566_) Tag.accept
(StreamTagVisitor pVisitor) default void
Tag.acceptAsRoot
(StreamTagVisitor pVisitor) 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) -
Uses of StreamTagVisitor in net.minecraft.nbt.visitors
Subinterfaces of StreamTagVisitor in net.minecraft.nbt.visitorsClasses in net.minecraft.nbt.visitors that implement StreamTagVisitor -
Uses of StreamTagVisitor in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage with parameters of type StreamTagVisitorModifier and TypeMethodDescriptionChunkScanAccess.scanChunk
(ChunkPos pChunkPos, StreamTagVisitor pVisitor) IOWorker.scanChunk
(ChunkPos p_196939_, StreamTagVisitor p_196940_) void
RegionFileStorage.scanChunk
(ChunkPos pChunkPos, StreamTagVisitor pVisitor)