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/EnchantWithLevelsLootFunctionintermediary net/minecraft/class_106official esv
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<EnchantWithLevelsLootFunction> private final LootNumberProviderprivate final Optional<RegistryEntryList<Enchantment>> Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions - 
Constructor Summary
ConstructorsConstructorDescriptionEnchantWithLevelsLootFunction(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, 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
- 
CODEC
- Mappings:
 Namespace Name Mixin selector named CODECLnet/minecraft/loot/function/EnchantWithLevelsLootFunction;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_45825Lnet/minecraft/class_106;field_45825:Lcom/mojang/serialization/MapCodec;official aLesv;a:Lcom/mojang/serialization/MapCodec;
 - 
levels
- Mappings:
 Namespace Name Mixin selector named levelsLnet/minecraft/loot/function/EnchantWithLevelsLootFunction;levels:Lnet/minecraft/loot/provider/number/LootNumberProvider;intermediary field_1026Lnet/minecraft/class_106;field_1026:Lnet/minecraft/class_5658;official bLesv;b:Levy;
 - 
options
- Mappings:
 Namespace Name Mixin selector named optionsLnet/minecraft/loot/function/EnchantWithLevelsLootFunction;options:Ljava/util/Optional;intermediary field_51796Lnet/minecraft/class_106;field_51796:Ljava/util/Optional;official cLesv;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;)Vintermediary <init>Lnet/minecraft/class_106;<init>(Ljava/util/List;Lnet/minecraft/class_5658;Ljava/util/Optional;)Vofficial <init>Lesv;<init>(Ljava/util/List;Levy;Ljava/util/Optional;)V
 
 - 
 - 
Method Details
- 
getType
- Specified by:
 getTypein interfaceLootFunction- Specified by:
 getTypein classConditionalLootFunction- Mappings:
 Namespace Name Mixin selector named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;official bLetf;b()Letg;
 - 
getRequiredParameters
- Mappings:
 Namespace Name Mixin selector named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;official aLers;a()Ljava/util/Set;
 - 
process
- Specified by:
 processin classConditionalLootFunction- Mappings:
 Namespace Name Mixin selector named processLnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;intermediary method_522Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;official aLete;a(Lcuq;Lerr;)Lcuq;
 - 
builder
public static EnchantWithLevelsLootFunction.Builder builder(RegistryWrapper.WrapperLookup registryLookup, LootNumberProvider levels) - Mappings:
 Namespace Name Mixin selector named builderLnet/minecraft/loot/function/EnchantWithLevelsLootFunction;builder(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/EnchantWithLevelsLootFunction$Builder;intermediary method_481Lnet/minecraft/class_106;method_481(Lnet/minecraft/class_7225$class_7874;Lnet/minecraft/class_5658;)Lnet/minecraft/class_106$class_107;official aLesv;a(Ljo$a;Levy;)Lesv$a;
 
 -