Package net.minecraft.loot.function
Class SetEnchantmentsLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetEnchantmentsLootFunction
- All Implemented Interfaces:
- BiFunction<ItemStack,,- LootContext, - ItemStack> - LootContextAware,- LootFunction
- Mappings:
- Namespace - Name - named - net/minecraft/loot/function/SetEnchantmentsLootFunction- intermediary - net/minecraft/class_5642- official - ext
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanstatic final com.mojang.serialization.MapCodec<SetEnchantmentsLootFunction> private final Map<RegistryEntry<Enchantment>, LootNumberProvider> Fields inherited from class net.minecraft.loot.function.ConditionalLootFunctionconditions
- 
Constructor SummaryConstructorsConstructorDescriptionSetEnchantmentsLootFunction(List<LootCondition> conditions, Map<RegistryEntry<Enchantment>, LootNumberProvider> enchantments, boolean add) 
- 
Method SummaryModifier and TypeMethodDescriptionSet<ContextParameter<?>> getType()process(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunctionaddConditionsField, apply, builder, validateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunctionandThen
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_45843- Lnet/minecraft/class_5642;field_45843:Lcom/mojang/serialization/MapCodec;- official - a- Lext;a:Lcom/mojang/serialization/MapCodec;
 
- 
enchantments- Mappings:
- Namespace - Name - Mixin selector - named - enchantments- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;enchantments:Ljava/util/Map;- intermediary - field_27907- Lnet/minecraft/class_5642;field_27907:Ljava/util/Map;- official - b- Lext;b:Ljava/util/Map;
 
- 
addprivate final boolean add- Mappings:
- Namespace - Name - Mixin selector - named - add- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;add:Z- intermediary - field_27908- Lnet/minecraft/class_5642;field_27908:Z- official - c- Lext;c:Z
 
 
- 
- 
Constructor Details- 
SetEnchantmentsLootFunctionSetEnchantmentsLootFunction(List<LootCondition> conditions, Map<RegistryEntry<Enchantment>, LootNumberProvider> enchantments, boolean add) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;<init>(Ljava/util/List;Ljava/util/Map;Z)V- intermediary - <init>- Lnet/minecraft/class_5642;<init>(Ljava/util/List;Ljava/util/Map;Z)V- official - <init>- Lext;<init>(Ljava/util/List;Ljava/util/Map;Z)V
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- LootFunction
- Specified by:
- getTypein class- ConditionalLootFunction
- 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- Lexg;b()Lexh;
 
- 
getAllowedParameters- Mappings:
- Namespace - Name - Mixin selector - named - getAllowedParameters- Lnet/minecraft/loot/context/LootContextAware;getAllowedParameters()Ljava/util/Set;- intermediary - method_293- Lnet/minecraft/class_46;method_293()Ljava/util/Set;- official - a- Levt;a()Ljava/util/Set;
 
- 
process- Specified by:
- processin class- ConditionalLootFunction
- 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- Lexf;a(Lcwq;Levs;)Lcwq;
 
 
-