Class EntryGroup
java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
net.minecraft.world.level.storage.loot.entries.EntryGroup
- All Implemented Interfaces:
 ComposableEntryContainer
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
CompositeEntryBase.CompositeEntryConstructor<T extends CompositeEntryBase> - 
Field Summary
FieldsFields inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
childrenFields inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
conditionsFields inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
ALWAYS_FALSE, ALWAYS_TRUE - 
Constructor Summary
ConstructorsConstructorDescriptionEntryGroup(List<LootPoolEntryContainer> p_298565_, List<LootItemCondition> p_298406_)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected ComposableEntryContainercompose(List<? extends ComposableEntryContainer> p_299019_) getType()static EntryGroup.Builderlist(LootPoolEntryContainer.Builder<?>... p_165138_) Methods inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
createCodec, expand, validateMethods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
canRun, commonFieldsMethods 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, or 
- 
Field Details
- 
CODEC
 
 - 
 - 
Constructor Details
- 
EntryGroup
EntryGroup(List<LootPoolEntryContainer> p_298565_, List<LootItemCondition> p_298406_)  
 - 
 - 
Method Details
- 
getType
- Specified by:
 getTypein classLootPoolEntryContainer
 - 
compose
- Specified by:
 composein classCompositeEntryBase
 - 
list
 
 -