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 dzn
intermediary net/minecraft/class_72
named net/minecraft/loot/entry/SequenceEntry
-
Nested Class Summary
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.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
-
Method Summary
Modifier and TypeMethodDescriptionprotected EntryCombiner
combine
(EntryCombiner[] children) static SequenceEntry.Builder
create
(LootPoolEntry.Builder<?>[] entries) getType()
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>
Ldzc;<init>([Ldzj;[Lebl;)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
Ldzj;a()Ldzk;
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
Ldzc;a([Ldzb;)Ldzb;
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;
-
create
- Mappings:
Namespace Name Mixin selector official a
Ldzn;a([Ldzj$a;)Ldzn$a;
intermediary method_35515
Lnet/minecraft/class_72;method_35515([Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_72$class_6153;
named create
Lnet/minecraft/loot/entry/SequenceEntry;create([Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/SequenceEntry$Builder;
-