Package net.minecraft.loot.function
Class EnchantWithLevelsLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.EnchantWithLevelsLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>,LootContextAware,LootFunction
public class EnchantWithLevelsLootFunction extends ConditionalLootFunction
- Mappings:
Namespace Name official dfnintermediary net/minecraft/class_106named net/minecraft/loot/function/EnchantWithLevelsLootFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnchantWithLevelsLootFunction.Builderstatic classEnchantWithLevelsLootFunction.SerializerNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Joiner -
Field Summary
Fields Modifier and Type Field Description private LootNumberProviderrangeprivate booleantreasureEnchantmentsAllowedFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
Constructors Modifier Constructor Description privateEnchantWithLevelsLootFunction(LootCondition[] conditions, LootNumberProvider range, boolean treasureEnchantmentsAllowed) -
Method Summary
Modifier and Type Method Description static EnchantWithLevelsLootFunction.Builderbuilder(LootNumberProvider range)Set<LootContextParameter<?>>getRequiredParameters()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
andThen
-
Field Details
-
range
- Mappings:
Namespace Name Mixin selector official aLdfn;a:Ldhv;intermediary field_1026Lnet/minecraft/class_106;field_1026:Lnet/minecraft/class_5658;named rangeLnet/minecraft/loot/function/EnchantWithLevelsLootFunction;range:Lnet/minecraft/loot/provider/number/LootNumberProvider;
-
treasureEnchantmentsAllowed
private final boolean treasureEnchantmentsAllowed- Mappings:
Namespace Name Mixin selector official bLdfn;b:Zintermediary field_1027Lnet/minecraft/class_106;field_1027:Znamed treasureEnchantmentsAllowedLnet/minecraft/loot/function/EnchantWithLevelsLootFunction;treasureEnchantmentsAllowed:Z
-
-
Constructor Details
-
EnchantWithLevelsLootFunction
private EnchantWithLevelsLootFunction(LootCondition[] conditions, LootNumberProvider range, boolean treasureEnchantmentsAllowed)- Mappings:
Namespace Name Mixin selector official <init>Ldfn;<init>([Ldha;Ldhv;Z)Vintermediary <init>Lnet/minecraft/class_106;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_5658;Z)Vnamed <init>Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/loot/provider/number/LootNumberProvider;Z)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;
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector official bLdej;b()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
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 aLdfn;a(Ldhv;)Ldfn$a;intermediary method_481Lnet/minecraft/class_106;method_481(Lnet/minecraft/class_5658;)Lnet/minecraft/class_106$class_107;named builderLnet/minecraft/loot/function/EnchantWithLevelsLootFunction;builder(Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction$Builder;
-