Uses of Class
net.minecraft.nbt.ListNBT
Packages that use ListNBT
Package
Description
-
Uses of ListNBT in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ListNBT -
Uses of ListNBT in net.minecraft.client.settings
Methods in net.minecraft.client.settings that return ListNBTMethods in net.minecraft.client.settings with parameters of type ListNBT -
Uses of ListNBT in net.minecraft.command
Methods in net.minecraft.command that return ListNBT -
Uses of ListNBT in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type ListNBTModifier and TypeMethodDescriptionstatic Map<Enchantment,Integer> EnchantmentHelper.deserializeEnchantments(ListNBT p_226652_0_) -
Uses of ListNBT in net.minecraft.entity
Methods in net.minecraft.entity that return ListNBTModifier and TypeMethodDescriptionprotected ListNBTEntity.newDoubleList(double... p_70087_1_) protected ListNBTEntity.newFloatList(float... p_70049_1_) -
Uses of ListNBT in net.minecraft.entity.ai.attributes
Methods in net.minecraft.entity.ai.attributes that return ListNBTMethods in net.minecraft.entity.ai.attributes with parameters of type ListNBT -
Uses of ListNBT in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return ListNBTMethods in net.minecraft.entity.player with parameters of type ListNBT -
Uses of ListNBT in net.minecraft.inventory
Methods in net.minecraft.inventory that return ListNBTMethods in net.minecraft.inventory with parameters of type ListNBT -
Uses of ListNBT in net.minecraft.item
Methods in net.minecraft.item that return ListNBTModifier and TypeMethodDescriptionstatic ListNBTEnchantedBookItem.getEnchantments(ItemStack p_92110_0_) ItemStack.getEnchantmentTags()Methods in net.minecraft.item with parameters of type ListNBTModifier and TypeMethodDescriptionstatic voidItemStack.appendEnchantmentNames(List<ITextComponent> p_222120_0_, ListNBT p_222120_1_) -
Uses of ListNBT in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting with parameters of type ListNBTModifier and TypeMethodDescriptionprivate voidServerRecipeBook.loadRecipes(ListNBT p_223417_1_, Consumer<IRecipe<?>> p_223417_2_, RecipeManager p_223417_3_) -
Uses of ListNBT in net.minecraft.loot.functions
Methods in net.minecraft.loot.functions that return ListNBTModifier and TypeMethodDescriptionprivate ListNBTSetLore.getLoreTag(ItemStack p_215942_1_, boolean p_215942_2_) -
Uses of ListNBT in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type ListNBTMethods in net.minecraft.nbt that return ListNBTMethods in net.minecraft.nbt that return types with arguments of type ListNBT -
Uses of ListNBT in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return ListNBTModifier and TypeMethodDescriptionprotected ListNBTScoreboardSaveData.saveObjectives()protected ListNBTScoreboard.savePlayerScores()protected ListNBTScoreboardSaveData.saveTeams()Methods in net.minecraft.scoreboard with parameters of type ListNBTModifier and TypeMethodDescriptionprotected voidScoreboardSaveData.loadObjectives(ListNBT p_96501_1_) protected voidScoreboard.loadPlayerScores(ListNBT p_197905_1_) protected voidScoreboardSaveData.loadTeamPlayers(ScorePlayerTeam p_96502_1_, ListNBT p_96502_2_) protected void -
Uses of ListNBT in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as ListNBTMethods in net.minecraft.tileentity that return ListNBTModifier and TypeMethodDescriptionstatic ListNBTBannerTileEntity.getItemPatterns(ItemStack p_230139_0_) BannerPattern.Builder.toListTag()BeehiveTileEntity.writeBees()Methods in net.minecraft.tileentity with parameters of type ListNBTModifier and TypeMethodDescriptionstatic List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> BannerTileEntity.createPatterns(DyeColor p_230138_0_, ListNBT p_230138_1_) -
Uses of ListNBT in net.minecraft.util.math
Methods in net.minecraft.util.math that return ListNBTConstructors in net.minecraft.util.math with parameters of type ListNBT -
Uses of ListNBT in net.minecraft.util.palette
Methods in net.minecraft.util.palette with parameters of type ListNBTModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of ListNBT in net.minecraft.world
Methods in net.minecraft.world that return ListNBTMethods in net.minecraft.world with parameters of type ListNBTModifier and TypeMethodDescriptionstatic <T> SerializableTickList<T>SerializableTickList.create(ListNBT p_222984_0_, Function<T, ResourceLocation> p_222984_1_, Function<ResourceLocation, T> p_222984_2_) -
Uses of ListNBT in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return ListNBTConstructors in net.minecraft.world.chunk with parameters of type ListNBTModifierConstructorDescriptionChunkPrimerTickList(Predicate<T> p_i51496_1_, ChunkPos p_i51496_2_, ListNBT p_i51496_3_) -
Uses of ListNBT in net.minecraft.world.chunk.storage
Fields in net.minecraft.world.chunk.storage declared as ListNBTModifier and TypeFieldDescriptionChunkLoaderUtil.AnvilConverterData.blockEntitiesChunkLoaderUtil.AnvilConverterData.blockTicksChunkLoaderUtil.AnvilConverterData.entitiesMethods in net.minecraft.world.chunk.storage that return ListNBTModifier and TypeMethodDescriptionstatic ListNBTChunkSerializer.packOffsets(it.unimi.dsi.fastutil.shorts.ShortList[] p_222647_0_) -
Uses of ListNBT in net.minecraft.world.gen.feature.template
Methods in net.minecraft.world.gen.feature.template that return ListNBTModifier and TypeMethodDescriptionprivate ListNBTTemplate.newDoubleList(double... p_186264_1_) private ListNBTTemplate.newIntegerList(int... p_186267_1_) Methods in net.minecraft.world.gen.feature.template with parameters of type ListNBTModifier and TypeMethodDescriptionprivate voidTemplate.loadPalette(ListNBT p_204768_1_, ListNBT p_204768_2_) -
Uses of ListNBT in net.minecraft.world.server
Methods in net.minecraft.world.server that return ListNBTModifier and TypeMethodDescriptionprivate static <T> ListNBTServerTickList.saveTickList(Function<T, ResourceLocation> p_219502_0_, Iterable<NextTickListEntry<T>> p_219502_1_, long p_219502_2_) -
Uses of ListNBT in net.minecraftforge.common.world
Method parameters in net.minecraftforge.common.world with type arguments of type ListNBTModifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
voidForgeChunkManager.writeForcedChunkOwners(Map<String, it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundNBT>> forcedEntries, Map<ForgeChunkManager.TicketOwner<T>, it.unimi.dsi.fastutil.longs.LongSet> forcedChunks, String listKey, int listType, BiConsumer<T, ListNBT> ownerWriter) private static <T extends Comparable<? super T>>
voidForgeChunkManager.writeForcedChunkOwners(Map<String, it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundNBT>> forcedEntries, ForgeChunkManager.TicketTracker<T> tracker, String listKey, int listType, BiConsumer<T, ListNBT> ownerWriter)