Uses of Class
net.minecraft.nbt.NbtList
Packages that use NbtList
Package
Description
The Named Binary Tag (NBT) data format.
- 
Uses of NbtList in net.minecraft.entityMethods in net.minecraft.entity that return NbtList
- 
Uses of NbtList in net.minecraft.entity.attributeMethods in net.minecraft.entity.attribute that return NbtListMethods in net.minecraft.entity.attribute with parameters of type NbtList
- 
Uses of NbtList in net.minecraft.entity.playerMethods in net.minecraft.entity.player that return NbtListMethods in net.minecraft.entity.player with parameters of type NbtList
- 
Uses of NbtList in net.minecraft.inventoryMethods in net.minecraft.inventory that return NbtListModifier and TypeMethodDescriptionEnderChestInventory.toNbtList(RegistryWrapper.WrapperLookup registries) Returns an NBT list of non-empty.invalid referenceitem stacks SimpleInventory.toNbtList(RegistryWrapper.WrapperLookup registries) Returns an NBT list of non-empty.invalid referenceitem stacks Methods in net.minecraft.inventory with parameters of type NbtListModifier and TypeMethodDescriptionvoidEnderChestInventory.readNbtList(NbtList list, RegistryWrapper.WrapperLookup registries) Reads the item stacks fromnbtList.voidSimpleInventory.readNbtList(NbtList list, RegistryWrapper.WrapperLookup registries) Reads the item stacks fromnbtList.
- 
Uses of NbtList in net.minecraft.nbtFields in net.minecraft.nbt declared as NbtListModifier and TypeFieldDescriptionprivate final NbtListNbtOps.CompoundListMerger.listprivate final NbtListNbtOps.ListMerger.listFields 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()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.Methods in net.minecraft.nbt that return types with arguments of type NbtListModifier and TypeMethodDescriptionNbtList.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.visitorMethods in net.minecraft.nbt.visitor with parameters of type NbtList
- 
Uses of NbtList in net.minecraft.scoreboardMethods in net.minecraft.scoreboard that return NbtListModifier and TypeMethodDescriptionprivate NbtListScoreboardState.objectivesToNbt(RegistryWrapper.WrapperLookup registries) private NbtListScoreboardState.teamsToNbt(RegistryWrapper.WrapperLookup registries) protected NbtListScoreboard.toNbt(RegistryWrapper.WrapperLookup registries) Methods in net.minecraft.scoreboard with parameters of type NbtListModifier and TypeMethodDescriptionprotected voidScoreboard.readNbt(NbtList list, RegistryWrapper.WrapperLookup registries) private voidScoreboardState.readObjectivesNbt(NbtList nbt, RegistryWrapper.WrapperLookup registries) private voidScoreboardState.readTeamPlayersNbt(Team team, NbtList nbt) private voidScoreboardState.readTeamsNbt(NbtList nbt, RegistryWrapper.WrapperLookup registries) 
- 
Uses of NbtList in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type NbtListModifier and TypeMethodDescriptionprivate voidServerRecipeBook.handleList(NbtList list, Consumer<RegistryKey<Recipe<?>>> handler, Predicate<RegistryKey<Recipe<?>>> validPredicate) 
- 
Uses of NbtList in net.minecraft.structureMethods 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.util.mathMethods in net.minecraft.util.math that return NbtListConstructors in net.minecraft.util.math with parameters of type NbtList
- 
Uses of NbtList in net.minecraft.world.chunkMethods in net.minecraft.world.chunk that return NbtList
- 
Uses of NbtList in net.minecraft.world.levelMethods in net.minecraft.world.level that return NbtListModifier and TypeMethodDescriptionprivate static NbtListLevelProperties.createStringList(Set<String> strings) 
- 
Uses of NbtList in net.minecraft.world.tickMethods in net.minecraft.world.tick that return NbtListModifier and TypeMethodDescriptionMethods in net.minecraft.world.tick with parameters of type NbtList
- 
Uses of NbtList in net.minecraft.world.timerMethods in net.minecraft.world.timer that return NbtList