Package net.minecraft.loot
Class SequenceLootEntry
java.lang.Object
net.minecraft.loot.LootEntry
net.minecraft.loot.ParentedLootEntry
net.minecraft.loot.SequenceLootEntry
- All Implemented Interfaces:
ILootEntry
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.loot.ParentedLootEntry
ParentedLootEntry.IFactory<T extends ParentedLootEntry>Nested classes/interfaces inherited from class net.minecraft.loot.LootEntry
LootEntry.Builder<T extends LootEntry.Builder<T>>, LootEntry.Serializer<T extends LootEntry> -
Field Summary
Fields inherited from class net.minecraft.loot.ParentedLootEntry
childrenFields inherited from class net.minecraft.loot.LootEntry
conditionsFields inherited from interface net.minecraft.loot.ILootEntry
ALWAYS_FALSE, ALWAYS_TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ILootEntrycompose(ILootEntry[] p_216146_1_) getType()Methods inherited from class net.minecraft.loot.ParentedLootEntry
createSerializer, expand, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.ILootEntry
and, or
-
Constructor Details
-
SequenceLootEntry
SequenceLootEntry(LootEntry[] p_i51250_1_, ILootCondition[] p_i51250_2_)
-
-
Method Details
-
getType
-
compose
- Specified by:
composein classParentedLootEntry
-