Package net.minecraft.loot.function
Class LootFunctionManager.AndFunction
java.lang.Object
net.minecraft.loot.function.LootFunctionManager.AndFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootContextAware
,LootFunction
- Enclosing class:
LootFunctionManager
- Mappings:
Namespace Name official dyq$a
intermediary net/minecraft/class_5640$class_5641
named net/minecraft/loot/function/LootFunctionManager$AndFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.function.LootFunction
LootFunction.Builder
-
Field Summary
Modifier and TypeFieldDescriptionprivate final BiFunction<ItemStack,
LootContext, ItemStack> protected final LootFunction[]
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
Methods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters, validate
-
Field Details
-
functions
- Mappings:
Namespace Name Mixin selector official a
Ldyq$a;a:[Leac;
intermediary field_27904
Lnet/minecraft/class_5640$class_5641;field_27904:[Lnet/minecraft/class_117;
named functions
Lnet/minecraft/loot/function/LootFunctionManager$AndFunction;functions:[Lnet/minecraft/loot/function/LootFunction;
-
applier
- Mappings:
Namespace Name Mixin selector official b
Ldyq$a;b:Ljava/util/function/BiFunction;
intermediary field_27905
Lnet/minecraft/class_5640$class_5641;field_27905:Ljava/util/function/BiFunction;
named applier
Lnet/minecraft/loot/function/LootFunctionManager$AndFunction;applier:Ljava/util/function/BiFunction;
-
-
Constructor Details
-
AndFunction
- Mappings:
Namespace Name Mixin selector official <init>
Ldyq$a;<init>([Leac;)V
intermediary <init>
Lnet/minecraft/class_5640$class_5641;<init>([Lnet/minecraft/class_117;)V
named <init>
Lnet/minecraft/loot/function/LootFunctionManager$AndFunction;<init>([Lnet/minecraft/loot/function/LootFunction;)V
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<ItemStack,
LootContext, ItemStack> - Mappings:
Namespace Name Mixin selector official a
Ldyq$a;a(Lcfv;Ldyr;)Lcfv;
intermediary method_32405
Lnet/minecraft/class_5640$class_5641;method_32405(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;
named apply
Lnet/minecraft/loot/function/LootFunctionManager$AndFunction;apply(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
getType
- Specified by:
getType
in interfaceLootFunction
- Mappings:
Namespace Name Mixin selector official a
Leac;a()Lead;
intermediary method_29321
Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;
named getType
Lnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-