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 duq$aintermediary net/minecraft/class_5640$class_5641named net/minecraft/loot/function/LootFunctionManager$AndFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.function.LootFunction
LootFunction.Builder -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BiFunction<ItemStack,LootContext, ItemStack> protected final LootFunction[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()method_32405(ItemStack itemStack, LootContext lootContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen, applyMethods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters, validate
-
Field Details
-
functions
- Mappings:
Namespace Name Mixin selector official aLduq$a;a:[Ldwc;intermediary field_27904Lnet/minecraft/class_5640$class_5641;field_27904:[Lnet/minecraft/class_117;named functionsLnet/minecraft/loot/function/LootFunctionManager$AndFunction;functions:[Lnet/minecraft/loot/function/LootFunction;
-
applier
- Mappings:
Namespace Name Mixin selector official bLduq$a;b:Ljava/util/function/BiFunction;intermediary field_27905Lnet/minecraft/class_5640$class_5641;field_27905:Ljava/util/function/BiFunction;named applierLnet/minecraft/loot/function/LootFunctionManager$AndFunction;applier:Ljava/util/function/BiFunction;
-
-
Constructor Details
-
AndFunction
- Mappings:
Namespace Name Mixin selector official <init>Lduq$a;<init>([Ldwc;)Vintermediary <init>Lnet/minecraft/class_5640$class_5641;<init>([Lnet/minecraft/class_117;)Vnamed <init>Lnet/minecraft/loot/function/LootFunctionManager$AndFunction;<init>([Lnet/minecraft/loot/function/LootFunction;)V
-
-
Method Details
-
method_32405
- Mappings:
Namespace Name Mixin selector official aLduq$a;a(Lccw;Ldur;)Lccw;intermediary method_32405Lnet/minecraft/class_5640$class_5641;method_32405(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;named method_32405Lnet/minecraft/loot/function/LootFunctionManager$AndFunction;method_32405(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
getType
- Specified by:
getTypein interfaceLootFunction- Mappings:
Namespace Name Mixin selector official aLdwc;a()Ldwd;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-