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 named net/minecraft/loot/function/EnchantWithLevelsLootFunction
intermediary net/minecraft/class_106
official esv
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<EnchantWithLevelsLootFunction> private final LootNumberProvider
private final Optional
<RegistryEntryList<Enchantment>> Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorDescriptionEnchantWithLevelsLootFunction
(List<LootCondition> conditions, LootNumberProvider levels, Optional<RegistryEntryList<Enchantment>> options) -
Method Summary
Modifier and TypeMethodDescriptionbuilder
(RegistryWrapper.WrapperLookup registryLookup, LootNumberProvider levels) getType()
process
(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
addConditionsField, apply, builder, 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 named CODEC
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_45825
Lnet/minecraft/class_106;field_45825:Lcom/mojang/serialization/MapCodec;
official a
Lesv;a:Lcom/mojang/serialization/MapCodec;
-
levels
- Mappings:
Namespace Name Mixin selector named levels
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;levels:Lnet/minecraft/loot/provider/number/LootNumberProvider;
intermediary field_1026
Lnet/minecraft/class_106;field_1026:Lnet/minecraft/class_5658;
official b
Lesv;b:Levy;
-
options
- Mappings:
Namespace Name Mixin selector named options
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;options:Ljava/util/Optional;
intermediary field_51796
Lnet/minecraft/class_106;field_51796:Ljava/util/Optional;
official c
Lesv;c:Ljava/util/Optional;
-
-
Constructor Details
-
EnchantWithLevelsLootFunction
EnchantWithLevelsLootFunction(List<LootCondition> conditions, LootNumberProvider levels, Optional<RegistryEntryList<Enchantment>> options) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;<init>(Ljava/util/List;Lnet/minecraft/loot/provider/number/LootNumberProvider;Ljava/util/Optional;)V
intermediary <init>
Lnet/minecraft/class_106;<init>(Ljava/util/List;Lnet/minecraft/class_5658;Ljava/util/Optional;)V
official <init>
Lesv;<init>(Ljava/util/List;Levy;Ljava/util/Optional;)V
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootFunction
- Specified by:
getType
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
intermediary method_29321
Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;
official b
Letf;b()Letg;
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector named getRequiredParameters
Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
intermediary method_293
Lnet/minecraft/class_46;method_293()Ljava/util/Set;
official a
Lers;a()Ljava/util/Set;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector named process
Lnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
intermediary method_522
Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;
official a
Lete;a(Lcuq;Lerr;)Lcuq;
-
builder
public static EnchantWithLevelsLootFunction.Builder builder(RegistryWrapper.WrapperLookup registryLookup, LootNumberProvider levels) - Mappings:
Namespace Name Mixin selector named builder
Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction;builder(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction$Builder;
intermediary method_481
Lnet/minecraft/class_106;method_481(Lnet/minecraft/class_7225$class_7874;Lnet/minecraft/class_5658;)Lnet/minecraft/class_106$class_107;
official a
Lesv;a(Ljo$a;Levy;)Lesv$a;
-