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
public class SequenceEntry extends CombinedEntry
- Mappings:
Namespace Name official dib
intermediary net/minecraft/class_93
named net/minecraft/loot/entry/SequenceEntry
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SequenceEntry.class_6152
Nested classes/interfaces inherited from class net.minecraft.loot.entry.CombinedEntry
CombinedEntry.Factory<T extends CombinedEntry>
Nested classes/interfaces inherited from class net.minecraft.loot.entry.LootPoolEntry
LootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>, LootPoolEntry.Serializer<T extends LootPoolEntry>
-
Field Summary
Fields inherited from class net.minecraft.loot.entry.CombinedEntry
children
Fields inherited from class net.minecraft.loot.entry.LootPoolEntry
conditions
Fields inherited from interface net.minecraft.loot.entry.EntryCombiner
ALWAYS_FALSE, ALWAYS_TRUE
-
Constructor Summary
Constructors Constructor Description SequenceEntry(LootPoolEntry[] children, LootCondition[] conditions)
-
Method Summary
Modifier and Type Method Description protected EntryCombiner
combine(EntryCombiner[] children)
LootPoolEntryType
getType()
static SequenceEntry.class_6152
method_35511(LootPoolEntry.Builder<?>[] builder)
Methods inherited from class net.minecraft.loot.entry.CombinedEntry
createSerializer, expand, validate
Methods inherited from class net.minecraft.loot.entry.LootPoolEntry
test
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.entry.EntryCombiner
and, or
-
Constructor Details
-
SequenceEntry
SequenceEntry(LootPoolEntry[] children, LootCondition[] conditions)- Mappings:
Namespace Name Mixin selector official <init>
Ldhy;<init>([Ldif;[Ldkf;)V
intermediary <init>
Lnet/minecraft/class_69;<init>([Lnet/minecraft/class_79;[Lnet/minecraft/class_5341;)V
named <init>
Lnet/minecraft/loot/entry/CombinedEntry;<init>([Lnet/minecraft/loot/entry/LootPoolEntry;[Lnet/minecraft/loot/condition/LootCondition;)V
-
-
Method Details
-
getType
- Specified by:
getType
in classLootPoolEntry
- Mappings:
Namespace Name Mixin selector official a
Ldif;a()Ldig;
intermediary method_29318
Lnet/minecraft/class_79;method_29318()Lnet/minecraft/class_5338;
named getType
Lnet/minecraft/loot/entry/LootPoolEntry;getType()Lnet/minecraft/loot/entry/LootPoolEntryType;
-
combine
- Specified by:
combine
in classCombinedEntry
- Mappings:
Namespace Name Mixin selector official a
Ldhy;a([Ldhx;)Ldhx;
intermediary method_394
Lnet/minecraft/class_69;method_394([Lnet/minecraft/class_64;)Lnet/minecraft/class_64;
named combine
Lnet/minecraft/loot/entry/CombinedEntry;combine([Lnet/minecraft/loot/entry/EntryCombiner;)Lnet/minecraft/loot/entry/EntryCombiner;
-
method_35511
- Mappings:
Namespace Name Mixin selector official a
Ldib;a([Ldif$a;)Ldib$a;
intermediary method_35511
Lnet/minecraft/class_93;method_35511([Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_93$class_6152;
named method_35511
Lnet/minecraft/loot/entry/SequenceEntry;method_35511([Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/SequenceEntry$class_6152;
-