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 declared as LootPoolEntryContainerModifier and TypeFieldDescription(package private) final LootPoolEntryContainer[]
LootPool.entries
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final List<LootPoolEntryContainer>
LootPool.Builder.entries
Constructors in net.minecraft.world.level.storage.loot with parameters of type LootPoolEntryContainerModifierConstructorDescription(package private)
LootPool
(LootPoolEntryContainer[] p_165128_, LootItemCondition[] p_165129_, LootItemFunction[] p_165130_, NumberProvider p_165131_, NumberProvider p_165132_, String name) -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entries
Classes in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeClassDescriptionstatic class
Subclasses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.entriesModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.level.storage.loot.entries declared as LootPoolEntryContainerModifier and TypeFieldDescriptionprotected final LootPoolEntryContainer[]
CompositeEntryBase.children
Fields in net.minecraft.world.level.storage.loot.entries with type parameters of type LootPoolEntryContainerModifier and TypeFieldDescriptionprivate final List<LootPoolEntryContainer>
AlternativesEntry.Builder.entries
private final List<LootPoolEntryContainer>
EntryGroup.Builder.entries
private final List<LootPoolEntryContainer>
SequentialEntry.Builder.entries
Methods in net.minecraft.world.level.storage.loot.entries that return LootPoolEntryContainerModifier and TypeMethodDescriptionAlternativesEntry.Builder.build()
EntryGroup.Builder.build()
abstract LootPoolEntryContainer
LootPoolEntryContainer.Builder.build()
LootPoolSingletonContainer.DummyBuilder.build()
SequentialEntry.Builder.build()
Methods in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionCompositeEntryBase.CompositeEntryConstructor.create
(LootPoolEntryContainer[] p_79461_, LootItemCondition[] p_79462_) Method parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifier and TypeMethodDescriptionprivate static LootPoolEntryType
LootPoolEntries.register
(String p_79630_, Serializer<? extends LootPoolEntryContainer> p_79631_) Constructors in net.minecraft.world.level.storage.loot.entries with parameters of type LootPoolEntryContainerModifierConstructorDescription(package private)
AlternativesEntry
(LootPoolEntryContainer[] p_79384_, LootItemCondition[] p_79385_) protected
CompositeEntryBase
(LootPoolEntryContainer[] p_79431_, LootItemCondition[] p_79432_) (package private)
EntryGroup
(LootPoolEntryContainer[] p_79550_, LootItemCondition[] p_79551_) (package private)
SequentialEntry
(LootPoolEntryContainer[] p_79812_, LootItemCondition[] p_79813_) Constructor parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type LootPoolEntryContainerModifierConstructorDescriptionLootPoolEntryType
(Serializer<? extends LootPoolEntryContainer> p_79674_) -
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 List<LootPoolEntryContainer>
SetContainerContents.Builder.entries
(package private) final List<LootPoolEntryContainer>
SetContainerContents.entries
Constructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type LootPoolEntryContainerModifierConstructorDescription(package private)
SetContainerContents
(LootItemCondition[] p_193033_, BlockEntityType<?> p_193034_, List<LootPoolEntryContainer> p_193035_) -
Uses of LootPoolEntryContainer in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootPoolEntryContainerModifier and TypeMethodDescriptionprivate boolean
ForgeLootTableProvider.findAndReplaceInLootEntry
(LootPoolEntryContainer entry, Item from, ToolAction toolAction)