Package net.minecraft.loot.function
Class ReferenceLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.ReferenceLootFunction
- All Implemented Interfaces:
- BiFunction<ItemStack,,- LootContext, - ItemStack> - LootContextAware,- LootFunction
- Mappings:
- Namespace - Name - official - eav- intermediary - net/minecraft/class_8492- named - net/minecraft/loot/function/ReferenceLootFunction
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunctionConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>
- 
Field SummaryFieldsFields inherited from class net.minecraft.loot.function.ConditionalLootFunctionconditions
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>builder(Identifier name) getType()protected ItemStackprocess(ItemStack stack, LootContext context) voidvalidate(LootTableReporter reporter) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunctionapply, builderMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunctionandThenMethods inherited from interface net.minecraft.loot.context.LootContextAwaregetRequiredParameters
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - a- Leav;a:Lorg/slf4j/Logger;- intermediary - field_44506- Lnet/minecraft/class_8492;field_44506:Lorg/slf4j/Logger;- named - LOGGER- Lnet/minecraft/loot/function/ReferenceLootFunction;LOGGER:Lorg/slf4j/Logger;
 
- 
name- Mappings:
- Namespace - Name - Mixin selector - official - b- Leav;b:Lacq;- intermediary - field_44507- Lnet/minecraft/class_8492;field_44507:Lnet/minecraft/class_2960;- named - name- Lnet/minecraft/loot/function/ReferenceLootFunction;name:Lnet/minecraft/util/Identifier;
 
 
- 
- 
Constructor Details- 
ReferenceLootFunctionReferenceLootFunction(LootCondition[] conditions, Identifier name) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Leav;<init>([Leck;Lacq;)V- intermediary - <init>- Lnet/minecraft/class_8492;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_2960;)V- named - <init>- Lnet/minecraft/loot/function/ReferenceLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/util/Identifier;)V
 
 
- 
- 
Method Details- 
getType- Mappings:
- Namespace - Name - Mixin selector - official - b- Leaz;b()Leba;- 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;
 
- 
validate- Specified by:
- validatein interface- LootContextAware
- Overrides:
- validatein class- ConditionalLootFunction
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzl;a(Ldzv;)V- intermediary - method_292- Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V- named - validate- Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
 
- 
process- Specified by:
- processin class- ConditionalLootFunction
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leay;a(Lcfz;Ldzk;)Lcfz;- intermediary - method_522- Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;- named - process- Lnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
 
- 
builder- Mappings:
- Namespace - Name - Mixin selector - official - a- Leav;a(Lacq;)Leay$a;- intermediary - method_51224- Lnet/minecraft/class_8492;method_51224(Lnet/minecraft/class_2960;)Lnet/minecraft/class_120$class_121;- named - builder- Lnet/minecraft/loot/function/ReferenceLootFunction;builder(Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
 
 
-