Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
Packages that use LootPoolEntryContainer
Package
Description
-
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer>LootPool.Builder.entriesprivate final List<LootPoolEntryContainer>LootPool.entriesConstructor parameters in net.minecraft.world.level.storage.loot with type arguments of type LootPoolEntryContainerModifierConstructorDescription(package private)LootPool(List<LootPoolEntryContainer> p_298341_, List<LootItemCondition> p_297697_, List<LootItemFunction> p_299722_, NumberProvider p_165131_, NumberProvider p_165132_) (package private)LootPool(List<LootPoolEntryContainer> p_298341_, List<LootItemCondition> p_297697_, List<LootItemFunction> p_299722_, NumberProvider p_165131_, NumberProvider p_165132_, Optional<String> name, Optional<ICondition> forge_conditions) -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entries
Subclasses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entriesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprotected final List<LootPoolEntryContainer>CompositeEntryBase.childrenprivate final com.mojang.serialization.Codec<? extends LootPoolEntryContainer>LootPoolEntryType.codecThe field for thecodecrecord component.static final com.mojang.serialization.Codec<LootPoolEntryContainer>LootPoolEntries.CODECprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer>AlternativesEntry.Builder.entriesprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer>EntryGroup.Builder.entriesprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer>SequentialEntry.Builder.entriesMethods in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionprotected static <T extends LootPoolEntryContainer>
com.mojang.datafixers.Products.P1<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<T>,List<LootItemCondition>> LootPoolEntryContainer.commonFields(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<T> p_297717_) Methods in net.minecraft.world.level.storage.loot.entries that return LootPoolEntryContainerModifier and TypeMethodDescriptionAlternativesEntry.Builder.build()EntryGroup.Builder.build()abstract LootPoolEntryContainerLootPoolEntryContainer.Builder.build()LootPoolSingletonContainer.DummyBuilder.build()SequentialEntry.Builder.build()Methods in net.minecraft.world.level.storage.loot.entries that return types with arguments of type LootPoolEntryContainerModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends LootPoolEntryContainer>LootPoolEntryType.codec()Returns the value of thecodecrecord component.Method parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifier and TypeMethodDescriptionCompositeEntryBase.CompositeEntryConstructor.create(List<LootPoolEntryContainer> p_297889_, List<LootItemCondition> p_300348_) private static LootPoolEntryTypeLootPoolEntries.register(String p_79630_, com.mojang.serialization.Codec<? extends LootPoolEntryContainer> p_300087_) Constructor parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifierConstructorDescription(package private)AlternativesEntry(List<LootPoolEntryContainer> p_299703_, List<LootItemCondition> p_299222_) protectedCompositeEntryBase(List<LootPoolEntryContainer> p_299424_, List<LootItemCondition> p_299955_) (package private)EntryGroup(List<LootPoolEntryContainer> p_300347_, List<LootItemCondition> p_300424_) LootPoolEntryType(com.mojang.serialization.Codec<? extends LootPoolEntryContainer> codec) Creates an instance of aLootPoolEntryTyperecord class.(package private)SequentialEntry(List<LootPoolEntryContainer> p_297558_, List<LootItemCondition> p_299835_) -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer>SetContainerContents.Builder.entriesprivate final List<LootPoolEntryContainer>SetContainerContents.entries -
Uses of LootPoolEntryContainer in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionprivate booleanForgeLootTableProvider.findAndReplaceInLootEntry(LootPoolEntryContainer entry, Item from, ToolAction toolAction)