Class LootPoolEntryContainer
java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
- All Implemented Interfaces:
ComposableEntryContainer
- Direct Known Subclasses:
CompositeEntryBase
,LootPoolSingletonContainer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Predicate<LootContext>
protected final LootItemCondition[]
Fields inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
ALWAYS_FALSE, ALWAYS_TRUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final boolean
canRun
(LootContext p_79640_) abstract LootPoolEntryType
getType()
void
validate
(ValidationContext p_79641_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
and, expand, or
-
Field Details
-
conditions
-
compositeCondition
-
-
Constructor Details
-
LootPoolEntryContainer
-
-
Method Details
-
validate
-
canRun
-
getType
-