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
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceNested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainerLootPoolEntryContainer.Builder<T extends LootPoolEntryContainer.Builder<T>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final List<LootPoolEntryContainer>private final ComposableEntryContainerFields inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainerconditionsFields inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainerALWAYS_FALSE, ALWAYS_TRUE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCompositeEntryBase(List<LootPoolEntryContainer> p_299424_, List<LootItemCondition> p_299955_) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract ComposableEntryContainercompose(List<? extends ComposableEntryContainer> p_298994_) static <T extends CompositeEntryBase>
 com.mojang.serialization.Codec<T>createCodec(CompositeEntryBase.CompositeEntryConstructor<T> p_300261_) final booleanexpand(LootContext p_79439_, Consumer<LootPoolEntry> p_79440_) voidvalidate(ValidationContext p_79434_) Methods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainercanRun, commonFields, getTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainerand, or
- 
Field Details- 
children
- 
composedChildren
 
- 
- 
Constructor Details- 
CompositeEntryBaseprotected CompositeEntryBase(List<LootPoolEntryContainer> p_299424_, List<LootItemCondition> p_299955_) 
 
- 
- 
Method Details- 
validate- Overrides:
- validatein class- LootPoolEntryContainer
 
- 
composeprotected abstract ComposableEntryContainer compose(List<? extends ComposableEntryContainer> p_298994_) 
- 
expand
- 
createCodecpublic static <T extends CompositeEntryBase> com.mojang.serialization.Codec<T> createCodec(CompositeEntryBase.CompositeEntryConstructor<T> p_300261_) 
 
-