Uses of Class
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
Package
Description
-
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot
Modifier and TypeFieldDescription(package private) final LootPoolEntryContainer[]
LootPool.entries
Modifier and TypeFieldDescriptionprivate final List<LootPoolEntryContainer>
LootPool.Builder.entries
ModifierConstructorDescription(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
Modifier and TypeClassDescriptionstatic class
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprotected final LootPoolEntryContainer[]
CompositeEntryBase.children
Modifier and TypeFieldDescriptionprivate final List<LootPoolEntryContainer>
AlternativesEntry.Builder.entries
private final List<LootPoolEntryContainer>
EntryGroup.Builder.entries
private final List<LootPoolEntryContainer>
SequentialEntry.Builder.entries
Modifier and TypeMethodDescriptionAlternativesEntry.Builder.build()
EntryGroup.Builder.build()
abstract LootPoolEntryContainer
LootPoolEntryContainer.Builder.build()
LootPoolSingletonContainer.DummyBuilder.build()
SequentialEntry.Builder.build()
Modifier and TypeMethodDescriptionCompositeEntryBase.CompositeEntryConstructor.create
(LootPoolEntryContainer[] p_79461_, LootItemCondition[] p_79462_) Modifier and TypeMethodDescriptionprivate static LootPoolEntryType
LootPoolEntries.register
(String p_79630_, Serializer<? extends LootPoolEntryContainer> p_79631_) ModifierConstructorDescription(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_) ModifierConstructorDescriptionLootPoolEntryType
(Serializer<? extends LootPoolEntryContainer> p_79674_) -
Uses of LootPoolEntryContainer in net.minecraft.world.level.storage.loot.functions
Modifier and TypeFieldDescriptionprivate final List<LootPoolEntryContainer>
SetContainerContents.Builder.entries
(package private) final List<LootPoolEntryContainer>
SetContainerContents.entries
ModifierConstructorDescription(package private)
SetContainerContents
(LootItemCondition[] p_193033_, BlockEntityType<?> p_193034_, List<LootPoolEntryContainer> p_193035_) -
Uses of LootPoolEntryContainer in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprivate boolean
ForgeLootTableProvider.findAndReplaceInLootEntry
(LootPoolEntryContainer entry, Item from, ToolAction toolAction)