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 ListNBT
FireworkParticle.Starter. explosions
-
Uses of ListNBT in net.minecraft.client.settings
Methods in net.minecraft.client.settings that return ListNBT Modifier and Type Method Description ListNBT
HotbarSnapshot. createTag()
Methods in net.minecraft.client.settings with parameters of type ListNBT Modifier and Type Method Description void
HotbarSnapshot. 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 ListNBT
TimerCallbackManager. 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 ListNBT
Entity. newDoubleList(double... p_70087_1_)
protected ListNBT
Entity. 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 ListNBT
AttributeModifierManager. save()
Methods in net.minecraft.entity.ai.attributes with parameters of type ListNBT Modifier and Type Method Description void
AttributeModifierManager. 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 ListNBT
PlayerInventory. save(ListNBT p_70442_1_)
Methods in net.minecraft.entity.player with parameters of type ListNBT Modifier and Type Method Description void
PlayerInventory. load(ListNBT p_70443_1_)
ListNBT
PlayerInventory. 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 ListNBT
EnderChestInventory. createTag()
ListNBT
Inventory. createTag()
Methods in net.minecraft.inventory with parameters of type ListNBT Modifier and Type Method Description void
EnderChestInventory. fromTag(ListNBT p_70486_1_)
void
Inventory. 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 ListNBT
EnchantedBookItem. getEnchantments(ItemStack p_92110_0_)
ListNBT
ItemStack. getEnchantmentTags()
Methods in net.minecraft.item with parameters of type ListNBT Modifier and Type Method Description static void
ItemStack. 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 void
ServerRecipeBook. 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 ListNBT
SetLore. 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. TYPE
Methods in net.minecraft.nbt that return ListNBT Modifier and Type Method Description ListNBT
ListNBT. copy()
ListNBT
CompoundNBT. getList(java.lang.String p_150295_1_, int p_150295_2_)
ListNBT
ListNBT. 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 ListNBT
ScoreboardSaveData. saveObjectives()
protected ListNBT
Scoreboard. savePlayerScores()
protected ListNBT
ScoreboardSaveData. saveTeams()
Methods in net.minecraft.scoreboard with parameters of type ListNBT Modifier and Type Method Description protected void
ScoreboardSaveData. loadObjectives(ListNBT p_96501_1_)
protected void
Scoreboard. loadPlayerScores(ListNBT p_197905_1_)
protected void
ScoreboardSaveData. loadTeamPlayers(ScorePlayerTeam p_96502_1_, ListNBT p_96502_2_)
protected void
ScoreboardSaveData. 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 ListNBT
BannerTileEntity. itemPatterns
Methods in net.minecraft.tileentity that return ListNBT Modifier and Type Method Description static ListNBT
BannerTileEntity. getItemPatterns(ItemStack p_230139_0_)
ListNBT
BannerPattern.Builder. toListTag()
ListNBT
BeehiveTileEntity. 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 ListNBT
Rotations. 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 void
ArrayPalette. read(ListNBT p_196968_1_)
void
HashMapPalette. read(ListNBT p_196968_1_)
void
IdentityPalette. read(ListNBT p_196968_1_)
void
IPalette. read(ListNBT p_196968_1_)
void
PalettedContainer. read(ListNBT p_222642_1_, long[] p_222642_2_)
void
HashMapPalette. 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 ListNBT
SerializableTickList. 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 ListNBT
ChunkPrimerTickList. 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 ListNBT
ChunkLoaderUtil.AnvilConverterData. blockEntities
ListNBT
ChunkLoaderUtil.AnvilConverterData. blockTicks
ListNBT
ChunkLoaderUtil.AnvilConverterData. entities
Methods in net.minecraft.world.chunk.storage that return ListNBT Modifier and Type Method Description static ListNBT
ChunkSerializer. 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 ListNBT
Template. newDoubleList(double... p_186264_1_)
private ListNBT
Template. newIntegerList(int... p_186267_1_)
Methods in net.minecraft.world.gen.feature.template with parameters of type ListNBT Modifier and Type Method Description private void
Template. 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 ListNBT
ServerTickList. save(ChunkPos p_219503_1_)
private static <T> ListNBT
ServerTickList. 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)
-