Uses of Class
net.minecraft.nbt.ListNBT
-
-
Uses of ListNBT in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ListNBT Modifier and Type Field Description private ListNBTFireworkParticle.Starter. explosions -
Uses of ListNBT in net.minecraft.client.settings
Methods in net.minecraft.client.settings that return ListNBT Modifier and Type Method Description ListNBTHotbarSnapshot. createTag()Methods in net.minecraft.client.settings with parameters of type ListNBT Modifier and Type Method Description voidHotbarSnapshot. fromTag(ListNBT p_192833_1_) -
Uses of ListNBT in net.minecraft.command
Methods in net.minecraft.command that return ListNBT Modifier and Type Method Description ListNBTTimerCallbackManager. store() -
Uses of ListNBT in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type ListNBT Modifier and Type Method Description static java.util.Map<Enchantment,java.lang.Integer>EnchantmentHelper. deserializeEnchantments(ListNBT p_226652_0_) -
Uses of ListNBT in net.minecraft.entity
Methods in net.minecraft.entity that return ListNBT Modifier and Type Method Description protected 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 ListNBT Modifier and Type Method Description ListNBTAttributeModifierManager. save()Methods in net.minecraft.entity.ai.attributes with parameters of type ListNBT Modifier and Type Method Description voidAttributeModifierManager. load(ListNBT p_233788_1_) -
Uses of ListNBT in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return ListNBT Modifier and Type Method Description ListNBTPlayerInventory. save(ListNBT p_70442_1_)Methods in net.minecraft.entity.player with parameters of type ListNBT Modifier and Type Method Description voidPlayerInventory. load(ListNBT p_70443_1_)ListNBTPlayerInventory. save(ListNBT p_70442_1_) -
Uses of ListNBT in net.minecraft.inventory
Methods in net.minecraft.inventory that return ListNBT Modifier and Type Method Description ListNBTEnderChestInventory. createTag()ListNBTInventory. createTag()Methods in net.minecraft.inventory with parameters of type ListNBT Modifier and Type Method Description voidEnderChestInventory. fromTag(ListNBT p_70486_1_)voidInventory. fromTag(ListNBT p_70486_1_) -
Uses of ListNBT in net.minecraft.item
Methods in net.minecraft.item that return ListNBT Modifier and Type Method Description static ListNBTEnchantedBookItem. getEnchantments(ItemStack p_92110_0_)ListNBTItemStack. getEnchantmentTags()Methods in net.minecraft.item with parameters of type ListNBT Modifier and Type Method Description static voidItemStack. appendEnchantmentNames(java.util.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 ListNBT Modifier and Type Method Description private voidServerRecipeBook. loadRecipes(ListNBT p_223417_1_, java.util.function.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 ListNBT Modifier and Type Method Description private 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 ListNBT Modifier and Type Field Description static INBTType<ListNBT>ListNBT. TYPEMethods in net.minecraft.nbt that return ListNBT Modifier and Type Method Description ListNBTListNBT. copy()ListNBTCompoundNBT. getList(java.lang.String p_150295_1_, int p_150295_2_)ListNBTListNBT. getList(int p_202169_1_)Methods in net.minecraft.nbt that return types with arguments of type ListNBT Modifier and Type Method Description INBTType<ListNBT>ListNBT. getType() -
Uses of ListNBT in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return ListNBT Modifier and Type Method Description protected ListNBTScoreboardSaveData. saveObjectives()protected ListNBTScoreboard. savePlayerScores()protected ListNBTScoreboardSaveData. saveTeams()Methods in net.minecraft.scoreboard with parameters of type ListNBT Modifier and Type Method Description protected 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 voidScoreboardSaveData. loadTeams(ListNBT p_96498_1_) -
Uses of ListNBT in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as ListNBT Modifier and Type Field Description private ListNBTBannerTileEntity. itemPatternsMethods in net.minecraft.tileentity that return ListNBT Modifier and Type Method Description static ListNBTBannerTileEntity. getItemPatterns(ItemStack p_230139_0_)ListNBTBannerPattern.Builder. toListTag()ListNBTBeehiveTileEntity. writeBees()Methods in net.minecraft.tileentity with parameters of type ListNBT Modifier and Type Method Description static java.util.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 ListNBT Modifier and Type Method Description ListNBTRotations. save()Constructors in net.minecraft.util.math with parameters of type ListNBT Constructor Description Rotations(ListNBT p_i46010_1_) -
Uses of ListNBT in net.minecraft.util.palette
Methods in net.minecraft.util.palette with parameters of type ListNBT Modifier and Type Method Description voidArrayPalette. read(ListNBT p_196968_1_)voidHashMapPalette. read(ListNBT p_196968_1_)voidIdentityPalette. read(ListNBT p_196968_1_)voidIPalette. read(ListNBT p_196968_1_)voidPalettedContainer. read(ListNBT p_222642_1_, long[] p_222642_2_)voidHashMapPalette. write(ListNBT p_196969_1_) -
Uses of ListNBT in net.minecraft.world
Methods in net.minecraft.world that return ListNBT Modifier and Type Method Description ListNBTSerializableTickList. save()Methods in net.minecraft.world with parameters of type ListNBT Modifier and Type Method Description static <T> SerializableTickList<T>SerializableTickList. create(ListNBT p_222984_0_, java.util.function.Function<T,ResourceLocation> p_222984_1_, java.util.function.Function<ResourceLocation,T> p_222984_2_) -
Uses of ListNBT in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return ListNBT Modifier and Type Method Description ListNBTChunkPrimerTickList. save()Constructors in net.minecraft.world.chunk with parameters of type ListNBT Constructor Description ChunkPrimerTickList(java.util.function.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 ListNBT Modifier and Type Field Description ListNBTChunkLoaderUtil.AnvilConverterData. blockEntitiesListNBTChunkLoaderUtil.AnvilConverterData. blockTicksListNBTChunkLoaderUtil.AnvilConverterData. entitiesMethods in net.minecraft.world.chunk.storage that return ListNBT Modifier and Type Method Description static 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 ListNBT Modifier and Type Method Description private 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 ListNBT Modifier and Type Method Description private 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 ListNBT Modifier and Type Method Description ListNBTServerTickList. save(ChunkPos p_219503_1_)private static <T> ListNBTServerTickList. saveTickList(java.util.function.Function<T,ResourceLocation> p_219502_0_, java.lang.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 ListNBT Modifier and Type Method Description private static <T extends java.lang.Comparable<? super T>>
voidForgeChunkManager. writeForcedChunkOwners(java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundNBT>> forcedEntries, java.util.Map<ForgeChunkManager.TicketOwner<T>,it.unimi.dsi.fastutil.longs.LongSet> forcedChunks, java.lang.String listKey, int listType, java.util.function.BiConsumer<T,ListNBT> ownerWriter)private static <T extends java.lang.Comparable<? super T>>
voidForgeChunkManager. writeForcedChunkOwners(java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundNBT>> forcedEntries, ForgeChunkManager.TicketTracker<T> tracker, java.lang.String listKey, int listType, java.util.function.BiConsumer<T,ListNBT> ownerWriter)
-