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
children
Fields inherited from class net.minecraft.loot.LootEntry
conditions
Fields inherited from interface net.minecraft.loot.ILootEntry
ALWAYS_FALSE, ALWAYS_TRUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ILootEntry
compose
(ILootEntry[] p_216146_1_) getType()
Methods inherited from class net.minecraft.loot.ParentedLootEntry
createSerializer, expand, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
compose
in classParentedLootEntry
-