Class SequentialEntry
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.SequentialEntry
- All Implemented Interfaces:
ComposableEntryContainer
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
CompositeEntryBase.CompositeEntryConstructor<T extends CompositeEntryBase>
Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
LootPoolEntryContainer.Serializer<T extends LootPoolEntryContainer>
-
Field Summary
Fields inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
children
Fields inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
conditions
Fields inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
ALWAYS_FALSE, ALWAYS_TRUE
-
Constructor Summary
ConstructorDescriptionSequentialEntry
(LootPoolEntryContainer[] p_79812_, LootItemCondition[] p_79813_) -
Method Summary
Modifier and TypeMethodDescriptionprotected ComposableEntryContainer
compose
(ComposableEntryContainer[] p_79816_) getType()
static SequentialEntry.Builder
sequential
(LootPoolEntryContainer.Builder<?>... p_165153_) Methods inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
createSerializer, expand, validate
Methods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
canRun
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, or
-
Constructor Details
-
SequentialEntry
SequentialEntry(LootPoolEntryContainer[] p_79812_, LootItemCondition[] p_79813_)
-
-
Method Details
-
getType
- Specified by:
getType
in classLootPoolEntryContainer
-
compose
- Specified by:
compose
in classCompositeEntryBase
-
sequential
-