Package net.minecraft.loot.entry
Class SequenceEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
net.minecraft.loot.entry.CombinedEntry
net.minecraft.loot.entry.SequenceEntry
- All Implemented Interfaces:
EntryCombiner
- Mappings:
Namespace Name official ehsintermediary net/minecraft/class_72named net/minecraft/loot/entry/SequenceEntry
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.loot.entry.CombinedEntry
CombinedEntry.Factory<T extends CombinedEntry> -
Field Summary
FieldsFields inherited from class net.minecraft.loot.entry.CombinedEntry
childrenFields inherited from class net.minecraft.loot.entry.LootPoolEntry
conditionsFields inherited from interface net.minecraft.loot.entry.EntryCombiner
ALWAYS_FALSE, ALWAYS_TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EntryCombinercombine(List<? extends EntryCombiner> terms) static SequenceEntry.Buildercreate(LootPoolEntry.Builder<?>[] entries) getType()Methods inherited from class net.minecraft.loot.entry.CombinedEntry
createCodec, expand, validateMethods inherited from class net.minecraft.loot.entry.LootPoolEntry
addConditionsField, testMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.entry.EntryCombiner
and, or
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLehs;a:Lcom/mojang/serialization/Codec;intermediary field_45804Lnet/minecraft/class_72;field_45804:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/loot/entry/SequenceEntry;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
SequenceEntry
SequenceEntry(List<LootPoolEntry> terms, List<LootCondition> conditions) - Mappings:
Namespace Name Mixin selector official <init>Lehh;<init>(Ljava/util/List;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_69;<init>(Ljava/util/List;Ljava/util/List;)Vnamed <init>Lnet/minecraft/loot/entry/CombinedEntry;<init>(Ljava/util/List;Ljava/util/List;)V
-
-
Method Details
-
getType
- Specified by:
getTypein classLootPoolEntry- Mappings:
Namespace Name Mixin selector official aLeho;a()Lehp;intermediary method_29318Lnet/minecraft/class_79;method_29318()Lnet/minecraft/class_5338;named getTypeLnet/minecraft/loot/entry/LootPoolEntry;getType()Lnet/minecraft/loot/entry/LootPoolEntryType;
-
combine
- Specified by:
combinein classCombinedEntry- Mappings:
Namespace Name Mixin selector official aLehh;a(Ljava/util/List;)Lehg;intermediary method_394Lnet/minecraft/class_69;method_394(Ljava/util/List;)Lnet/minecraft/class_64;named combineLnet/minecraft/loot/entry/CombinedEntry;combine(Ljava/util/List;)Lnet/minecraft/loot/entry/EntryCombiner;
-
create
- Mappings:
Namespace Name Mixin selector official aLehs;a([Leho$a;)Lehs$a;intermediary method_35515Lnet/minecraft/class_72;method_35515([Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_72$class_6153;named createLnet/minecraft/loot/entry/SequenceEntry;create([Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/SequenceEntry$Builder;
-