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
- Mappings:
Namespace Name official edw
intermediary net/minecraft/class_106
named net/minecraft/loot/function/EnchantWithLevelsLootFunction
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantWithLevelsLootFunction>
private final LootNumberProvider
private final boolean
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorDescriptionEnchantWithLevelsLootFunction
(List<LootCondition> conditions, LootNumberProvider range, boolean treasureEnchantmentsAllowed) -
Method Summary
Modifier and TypeMethodDescriptionbuilder
(LootNumberProvider range) getType()
process
(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builder, method_53344, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ledw;a:Lcom/mojang/serialization/Codec;
intermediary field_45825
Lnet/minecraft/class_106;field_45825:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;CODEC:Lcom/mojang/serialization/Codec;
-
range
- Mappings:
Namespace Name Mixin selector official b
Ledw;b:Legk;
intermediary field_1026
Lnet/minecraft/class_106;field_1026:Lnet/minecraft/class_5658;
named range
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;range:Lnet/minecraft/loot/provider/number/LootNumberProvider;
-
treasureEnchantmentsAllowed
private final boolean treasureEnchantmentsAllowed- Mappings:
Namespace Name Mixin selector official c
Ledw;c:Z
intermediary field_1027
Lnet/minecraft/class_106;field_1027:Z
named treasureEnchantmentsAllowed
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;treasureEnchantmentsAllowed:Z
-
-
Constructor Details
-
EnchantWithLevelsLootFunction
EnchantWithLevelsLootFunction(List<LootCondition> conditions, LootNumberProvider range, boolean treasureEnchantmentsAllowed) - Mappings:
Namespace Name Mixin selector official <init>
Ledw;<init>(Ljava/util/List;Legk;Z)V
intermediary <init>
Lnet/minecraft/class_106;<init>(Ljava/util/List;Lnet/minecraft/class_5658;Z)V
named <init>
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;<init>(Ljava/util/List;Lnet/minecraft/loot/provider/number/LootNumberProvider;Z)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official b
Leed;b()Leee;
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;
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector official a
Lecr;a()Ljava/util/Set;
intermediary method_293
Lnet/minecraft/class_46;method_293()Ljava/util/Set;
named getRequiredParameters
Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Leec;a(Lcjf;Lecq;)Lcjf;
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
Ledw;a(Legk;)Ledw$a;
intermediary method_481
Lnet/minecraft/class_106;method_481(Lnet/minecraft/class_5658;)Lnet/minecraft/class_106$class_107;
named builder
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;builder(Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction$Builder;
-