Class CompositeEntryBase

java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
All Implemented Interfaces:
ComposableEntryContainer
Direct Known Subclasses:
AlternativesEntry, EntryGroup, SequentialEntry

public abstract class CompositeEntryBase extends LootPoolEntryContainer
Base class for loot pool entry containers that delegate to one or more children. The actual functionality is provided by composing the children into one composed container (see compose(java.util.List<? extends net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer>)).