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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class - 
Field Summary
FieldsModifier 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected final booleancanRun(LootContext p_79640_) abstract LootPoolEntryTypegetType()voidvalidate(ValidationContext p_79641_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
 
 -