Package net.minecraft.loot.entry
Class AlternativeEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
net.minecraft.loot.entry.CombinedEntry
net.minecraft.loot.entry.AlternativeEntry
- All Implemented Interfaces:
EntryCombiner
- Mappings:
Namespace Name official dqlintermediary net/minecraft/class_65named net/minecraft/loot/entry/AlternativeEntry
-
Nested Class Summary
Nested ClassesNested 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
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 TypeMethodDescriptionstatic AlternativeEntry.Builderbuilder(LootPoolEntry.Builder<?>[] children) protected EntryCombinercombine(EntryCombiner[] children) getType()static <E> AlternativeEntry.Buildermethod_43734(Collection<E> collection, Function<E, LootPoolEntry.Builder<?>> function) voidvalidate(LootTableReporter reporter) Methods inherited from class net.minecraft.loot.entry.CombinedEntry
createSerializer, expandMethods inherited from class net.minecraft.loot.entry.LootPoolEntry
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
-
Constructor Details
-
AlternativeEntry
AlternativeEntry(LootPoolEntry[] children, LootCondition[] conditions) - Mappings:
Namespace Name Mixin selector official <init>Ldqn;<init>([Ldqu;[Ldsw;)Vintermediary <init>Lnet/minecraft/class_69;<init>([Lnet/minecraft/class_79;[Lnet/minecraft/class_5341;)Vnamed <init>Lnet/minecraft/loot/entry/CombinedEntry;<init>([Lnet/minecraft/loot/entry/LootPoolEntry;[Lnet/minecraft/loot/condition/LootCondition;)V
-
-
Method Details
-
getType
- Specified by:
getTypein classLootPoolEntry- Mappings:
Namespace Name Mixin selector official aLdqu;a()Ldqv;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 aLdqn;a([Ldqm;)Ldqm;intermediary method_394Lnet/minecraft/class_69;method_394([Lnet/minecraft/class_64;)Lnet/minecraft/class_64;named combineLnet/minecraft/loot/entry/CombinedEntry;combine([Lnet/minecraft/loot/entry/EntryCombiner;)Lnet/minecraft/loot/entry/EntryCombiner;
-
validate
- Overrides:
validatein classCombinedEntry- Mappings:
Namespace Name Mixin selector official aLdqu;a(Ldqk;)Vintermediary method_415Lnet/minecraft/class_79;method_415(Lnet/minecraft/class_58;)Vnamed validateLnet/minecraft/loot/entry/LootPoolEntry;validate(Lnet/minecraft/loot/LootTableReporter;)V
-
builder
- Mappings:
Namespace Name Mixin selector official aLdql;a([Ldqu$a;)Ldql$a;intermediary method_386Lnet/minecraft/class_65;method_386([Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_65$class_66;named builderLnet/minecraft/loot/entry/AlternativeEntry;builder([Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/AlternativeEntry$Builder;
-
method_43734
public static <E> AlternativeEntry.Builder method_43734(Collection<E> collection, Function<E, LootPoolEntry.Builder<?>> function) - Mappings:
Namespace Name Mixin selector official aLdql;a(Ljava/util/Collection;Ljava/util/function/Function;)Ldql$a;intermediary method_43734Lnet/minecraft/class_65;method_43734(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/minecraft/class_65$class_66;named method_43734Lnet/minecraft/loot/entry/AlternativeEntry;method_43734(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/minecraft/loot/entry/AlternativeEntry$Builder;
-