Uses of Class
net.minecraft.nbt.NbtList
-
Uses of NbtList in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as NbtList Modifier and Type Field Description private @Nullable NbtListBannerBlockEntity. patternListTagMethods in net.minecraft.block.entity that return NbtList Modifier and Type Method Description NbtListBeehiveBlockEntity. getBees()static @Nullable NbtListBannerBlockEntity. getPatternListTag(ItemStack stack)NbtListBannerPattern.Patterns. toNbt()Methods in net.minecraft.block.entity with parameters of type NbtList Modifier and Type Method Description static List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>BannerBlockEntity. getPatternsFromNbt(DyeColor baseColor, @Nullable NbtList patternListTag) -
Uses of NbtList in net.minecraft.client.option
Methods in net.minecraft.client.option that return NbtList Modifier and Type Method Description NbtListHotbarStorageEntry. toNbtList()Methods in net.minecraft.client.option with parameters of type NbtList Modifier and Type Method Description voidHotbarStorageEntry. readNbtList(NbtList list) -
Uses of NbtList in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as NbtList Modifier and Type Field Description private NbtListFireworksSparkParticle.FireworkParticle. explosions -
Uses of NbtList in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type NbtList Modifier and Type Method Description static Map<Enchantment,Integer>EnchantmentHelper. fromNbt(NbtList list)Loads enchantments from an NBT list. -
Uses of NbtList in net.minecraft.entity
-
Uses of NbtList in net.minecraft.entity.attribute
Methods in net.minecraft.entity.attribute that return NbtList Modifier and Type Method Description NbtListAttributeContainer. toNbt()Methods in net.minecraft.entity.attribute with parameters of type NbtList Modifier and Type Method Description voidAttributeContainer. readNbt(NbtList nbt) -
Uses of NbtList in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return NbtList Modifier and Type Method Description NbtListPlayerInventory. writeNbt(NbtList nbtList) -
Uses of NbtList in net.minecraft.inventory
Methods in net.minecraft.inventory that return NbtList Modifier and Type Method Description NbtListEnderChestInventory. toNbtList()NbtListSimpleInventory. toNbtList()Methods in net.minecraft.inventory with parameters of type NbtList Modifier and Type Method Description voidEnderChestInventory. readNbtList(NbtList nbtList)voidSimpleInventory. readNbtList(NbtList nbtList) -
Uses of NbtList in net.minecraft.item
Methods in net.minecraft.item that return NbtList Modifier and Type Method Description static NbtListEnchantedBookItem. getEnchantmentNbt(ItemStack stack)NbtListItemStack. getEnchantments()Methods in net.minecraft.item with parameters of type NbtList Modifier and Type Method Description static voidItemStack. appendEnchantments(List<Text> tooltip, NbtList enchantments)private static Optional<NbtCompound>BundleItem. canMergeStack(ItemStack stack, NbtList items) -
Uses of NbtList in net.minecraft.loot.function
Methods in net.minecraft.loot.function that return NbtList Modifier and Type Method Description private @Nullable NbtListSetLoreLootFunction. getLoreForMerge(ItemStack stack, boolean otherLoreExists) -
Uses of NbtList in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type NbtList Modifier and Type Field Description private static Comparator<NbtList>NbtHelper. field_27816private static Comparator<NbtList>NbtHelper. field_27817static NbtType<NbtList>NbtList. TYPEMethods in net.minecraft.nbt that return NbtList Modifier and Type Method Description NbtListNbtList. copy()NbtListNbtCompound. getList(String key, int type)NbtListNbtList. getList(int index)Methods in net.minecraft.nbt that return types with arguments of type NbtList Modifier and Type Method Description NbtType<NbtList>NbtList. getNbtType()Gets the NBT type definition of this NBT element. -
Uses of NbtList in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtList Modifier and Type Method Description voidNbtElementVisitor. visitList(NbtList element)voidNbtOrderedStringFormatter. visitList(NbtList element)voidNbtTextFormatter. visitList(NbtList element)voidStringNbtWriter. visitList(NbtList element) -
Uses of NbtList in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return NbtList Modifier and Type Method Description private NbtListScoreboardState. objectivesToNbt()private NbtListScoreboardState. teamsToNbt()protected NbtListScoreboard. toNbt()Methods in net.minecraft.scoreboard with parameters of type NbtList Modifier and Type Method Description protected voidScoreboard. readNbt(NbtList nbtList)private voidScoreboardState. readObjectivesNbt(NbtList nbt)private voidScoreboardState. readTeamPlayersNbt(Team team, NbtList nbt)private voidScoreboardState. readTeamsNbt(NbtList nbt) -
Uses of NbtList in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type NbtList Modifier and Type Method Description private voidServerRecipeBook. handleList(NbtList list, Consumer<Recipe<?>> handler, RecipeManager recipeManager) -
Uses of NbtList in net.minecraft.server.world
Methods in net.minecraft.server.world that return NbtList Modifier and Type Method Description private static <T> NbtListServerTickScheduler. serializeScheduledTicks(Function<T,Identifier> identifierProvider, Iterable<ScheduledTick<T>> scheduledTicks, long time)NbtListServerTickScheduler. toNbt(ChunkPos chunkPos)NbtListSimpleTickScheduler. toNbt()Methods in net.minecraft.server.world with parameters of type NbtList Modifier and Type Method Description static <T> SimpleTickScheduler<T>SimpleTickScheduler. fromNbt(NbtList ticks, Function<T,Identifier> function, Function<Identifier,T> function2) -
Uses of NbtList in net.minecraft.structure
Methods in net.minecraft.structure that return NbtList Modifier and Type Method Description private NbtListStructure. createNbtDoubleList(double[] doubles)private NbtListStructure. createNbtIntList(int[] ints)Methods in net.minecraft.structure with parameters of type NbtList Modifier and Type Method Description private voidStructure. loadPalettedBlockInfo(NbtList paletteNbt, NbtList blocksNbt) -
Uses of NbtList in net.minecraft.util.math
Methods in net.minecraft.util.math that return NbtList Modifier and Type Method Description NbtListEulerAngle. serialize()Constructors in net.minecraft.util.math with parameters of type NbtList Constructor Description EulerAngle(NbtList serialized) -
Uses of NbtList in net.minecraft.world
Methods in net.minecraft.world that return NbtList Modifier and Type Method Description static NbtListChunkSerializer. toNbt(ShortList[] lists)NbtListChunkTickScheduler. toNbt()Constructors in net.minecraft.world with parameters of type NbtList Constructor Description ChunkTickScheduler(Predicate<T> shouldExclude, ChunkPos pos, NbtList nbtList, HeightLimitView world) -
Uses of NbtList in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type NbtList Modifier and Type Method Description voidPalettedContainer. read(NbtList paletteNbt, long[] data)voidArrayPalette. readNbt(NbtList nbt)voidBiMapPalette. readNbt(NbtList nbt)voidIdListPalette. readNbt(NbtList nbt)voidPalette. readNbt(NbtList nbt)voidBiMapPalette. writeNbt(NbtList nbt) -
Uses of NbtList in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as NbtList Modifier and Type Field Description NbtListAlphaChunkIo.AlphaChunk. blockEntitiesNbtListAlphaChunkIo.AlphaChunk. blockTicksNbtListAlphaChunkIo.AlphaChunk. entities -
Uses of NbtList in net.minecraft.world.timer
Methods in net.minecraft.world.timer that return NbtList Modifier and Type Method Description NbtListTimer. toNbt()