Package net.minecraft.loot.function
Class SetLootTableLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetLootTableLootFunction
- All Implemented Interfaces:
- BiFunction<ItemStack,,- LootContext, - ItemStack> - LootContextAware,- LootFunction
- Mappings:
- Namespace - Name - official - ebg- intermediary - net/minecraft/class_144- named - net/minecraft/loot/function/SetLootTableLootFunction
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunctionConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final Identifier(package private) final long(package private) final BlockEntityType<?>Fields inherited from class net.minecraft.loot.function.ConditionalLootFunctionconditions
- 
Constructor SummaryConstructorsConstructorDescriptionSetLootTableLootFunction(LootCondition[] conditions, Identifier id, long seed, BlockEntityType<?> type) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>builder(BlockEntityType<?> type, Identifier id) static ConditionalLootFunction.Builder<?>builder(BlockEntityType<?> type, Identifier id, long seed) getType()process(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- 
id- Mappings:
- Namespace - Name - Mixin selector - official - a- Lebg;a:Lacq;- intermediary - field_1116- Lnet/minecraft/class_144;field_1116:Lnet/minecraft/class_2960;- named - id- Lnet/minecraft/loot/function/SetLootTableLootFunction;id:Lnet/minecraft/util/Identifier;
 
- 
seedfinal long seed- Mappings:
- Namespace - Name - Mixin selector - official - b- Lebg;b:J- intermediary - field_1117- Lnet/minecraft/class_144;field_1117:J- named - seed- Lnet/minecraft/loot/function/SetLootTableLootFunction;seed:J
 
- 
type- Mappings:
- Namespace - Name - Mixin selector - official - c- Lebg;c:Lczp;- intermediary - field_34773- Lnet/minecraft/class_144;field_34773:Lnet/minecraft/class_2591;- named - type- Lnet/minecraft/loot/function/SetLootTableLootFunction;type:Lnet/minecraft/block/entity/BlockEntityType;
 
 
- 
- 
Constructor Details- 
SetLootTableLootFunctionSetLootTableLootFunction(LootCondition[] conditions, Identifier id, long seed, BlockEntityType<?> type) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lebg;<init>([Leck;Lacq;JLczp;)V- intermediary - <init>- Lnet/minecraft/class_144;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_2960;JLnet/minecraft/class_2591;)V- named - <init>- Lnet/minecraft/loot/function/SetLootTableLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/util/Identifier;JLnet/minecraft/block/entity/BlockEntityType;)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;
 
- 
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;
 
- 
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
 
- 
builder- Mappings:
- Namespace - Name - Mixin selector - official - a- Lebg;a(Lczp;Lacq;)Leay$a;- intermediary - method_35534- Lnet/minecraft/class_144;method_35534(Lnet/minecraft/class_2591;Lnet/minecraft/class_2960;)Lnet/minecraft/class_120$class_121;- named - builder- Lnet/minecraft/loot/function/SetLootTableLootFunction;builder(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
 
- 
builderpublic static ConditionalLootFunction.Builder<?> builder(BlockEntityType<?> type, Identifier id, long seed) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lebg;a(Lczp;Lacq;J)Leay$a;- intermediary - method_35535- Lnet/minecraft/class_144;method_35535(Lnet/minecraft/class_2591;Lnet/minecraft/class_2960;J)Lnet/minecraft/class_120$class_121;- named - builder- Lnet/minecraft/loot/function/SetLootTableLootFunction;builder(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/util/Identifier;J)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
 
 
-