Uses of Class
net.minecraft.nbt.NbtList
Packages that use NbtList
Package
Description
The base package for all Minecraft classes.
The Named Binary Tag (NBT) data format.
-
Uses of NbtList in net.minecraft
Fields in net.minecraft declared as NbtListModifier and TypeFieldDescriptionprivate final NbtListReadViewImpl.class_11357.field_60391private final NbtListReadViewImpl.class_11358.field_60399private final NbtListNbtWriteView.class_11366.listprivate final NbtListNbtWriteView.class_11367.listMethods in net.minecraft with parameters of type NbtListModifier and TypeMethodDescriptionprivate ReadView.class_11370ReadViewImpl.method_71427(String string, class_11371 class_11371, NbtList nbtList) private <T> ReadView.class_11369<T> ReadViewImpl.method_71430(String string, NbtList nbtList, com.mojang.serialization.Codec<T> codec) Constructors in net.minecraft with parameters of type NbtListModifierConstructorDescription(package private)class_11357(ErrorReporter errorReporter, String string, class_11371 class_11371, NbtList nbtList) (package private)class_11358(ErrorReporter errorReporter, String string, class_11371 class_11371, com.mojang.serialization.Codec<T> codec, NbtList nbtList) (package private)class_11366(String keyt, ErrorReporter reporter, com.mojang.serialization.DynamicOps<NbtElement> ops, NbtList list) (package private)class_11367(ErrorReporter reporter, String key, com.mojang.serialization.DynamicOps<NbtElement> ops, com.mojang.serialization.Codec<T> codec, NbtList list) -
Uses of NbtList in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtListFields in net.minecraft.nbt with type parameters of type NbtListModifier and TypeFieldDescriptionprivate static final Comparator<NbtList> NbtHelper.BLOCK_POS_COMPARATORprivate static final Comparator<NbtList> NbtHelper.ENTITY_POS_COMPARATORNbtList.TYPEMethods in net.minecraft.nbt that return NbtListModifier and TypeMethodDescriptionNbtList.copy()NbtCompound.getListOrEmpty(String key) NbtList.getListOrEmpty(int index) Methods in net.minecraft.nbt that return types with arguments of type NbtListModifier and TypeMethodDescriptionNbtElement.asNbtList()NbtList.asNbtList()Returns the list associated withkey, or an empty list if there is no list stored with the key and the type.NbtList.getList(int index) Returns the list atindex, or an empty list if the index is out of bounds or if this is not a list of lists.NbtList.getNbtType()Returns the NBT type definition of this NBT element.Constructors in net.minecraft.nbt with parameters of type NbtList -
Uses of NbtList in net.minecraft.nbt.scanner
Fields in net.minecraft.nbt.scanner declared as NbtList -
Uses of NbtList in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtListModifier and TypeMethodDescriptionprivate static booleanNbtTextFormatter.shouldIndent(NbtList list) voidvoidvoidvoid -
Uses of NbtList in net.minecraft.structure
Methods in net.minecraft.structure that return NbtListModifier and TypeMethodDescriptionprivate NbtListStructureTemplate.createNbtDoubleList(double[] doubles) private NbtListStructureTemplate.createNbtIntList(int[] ints) Methods in net.minecraft.structure with parameters of type NbtListModifier and TypeMethodDescriptionstatic StructurePiecesListStructurePiecesList.fromNbt(NbtList list, StructureContext context) private voidStructureTemplate.loadPalettedBlockInfo(RegistryEntryLookup<Block> blockLookup, NbtList palette, NbtList blocks) -
Uses of NbtList in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return NbtList -
Uses of NbtList in net.minecraft.world.level
Methods in net.minecraft.world.level that return NbtListModifier and TypeMethodDescriptionprivate static NbtListLevelProperties.createStringList(Set<String> strings) -
Uses of NbtList in net.minecraft.world.timer
Methods in net.minecraft.world.timer that return NbtList