Package net.minecraft.loot.function
Class FurnaceSmeltLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.FurnaceSmeltLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>,LootContextAware,LootFunction
public class FurnaceSmeltLootFunction extends ConditionalLootFunction
- Mappings:
Namespace Name official dgiintermediary net/minecraft/class_165named net/minecraft/loot/function/FurnaceSmeltLootFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFurnaceSmeltLootFunction.SerializerNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner -
Field Summary
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
Constructors Modifier Constructor Description privateFurnaceSmeltLootFunction(LootCondition[] conditions) -
Method Summary
Modifier and Type Method Description static ConditionalLootFunction.Builder<?>builder()LootFunctionTypegetType()ItemStackprocess(ItemStack stack, LootContext context)Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builder, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLdgi;a:Lorg/apache/logging/log4j/Logger;intermediary field_1159Lnet/minecraft/class_165;field_1159:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/loot/function/FurnaceSmeltLootFunction;LOGGER:Lorg/apache/logging/log4j/Logger;
-
-
Constructor Details
-
FurnaceSmeltLootFunction
- Mappings:
Namespace Name Mixin selector official <init>Ldgi;<init>([Ldha;)Vintermediary <init>Lnet/minecraft/class_165;<init>([Lnet/minecraft/class_5341;)Vnamed <init>Lnet/minecraft/loot/function/FurnaceSmeltLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official aLdft;a()Ldfu;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
process
- Specified by:
processin classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLdfs;a(Lbnv;Ldei;)Lbnv;intermediary method_522Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;named processLnet/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 cLdgi;c()Ldfs$a;intermediary method_724Lnet/minecraft/class_165;method_724()Lnet/minecraft/class_120$class_121;named builderLnet/minecraft/loot/function/FurnaceSmeltLootFunction;builder()Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
-