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
public class SetEnchantmentsLootFunction extends ConditionalLootFunction
- Mappings:
Namespace Name official dgb
intermediary net/minecraft/class_5642
named net/minecraft/loot/function/SetEnchantmentsLootFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetEnchantmentsLootFunction.Serializer
Nested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner
-
Field Summary
Fields Modifier and Type Field Description private boolean
add
private Map<Enchantment,LootNumberProvider>
enchantments
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
Constructors Modifier Constructor Description private
SetEnchantmentsLootFunction(LootCondition[] conditions, Map<Enchantment,LootNumberProvider> enchantments, boolean add)
-
Method Summary
Modifier and Type Method Description private static void
addEnchantmentToMap(Map<Enchantment,Integer> map, Enchantment enchantment, int level)
Set<LootContextParameter<?>>
getRequiredParameters()
LootFunctionType
getType()
ItemStack
process(ItemStack stack, LootContext context)
Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
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
-
enchantments
- Mappings:
Namespace Name Mixin selector official a
Ldgb;a:Ljava/util/Map;
intermediary field_27907
Lnet/minecraft/class_5642;field_27907:Ljava/util/Map;
named enchantments
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;enchantments:Ljava/util/Map;
-
add
private final boolean add- Mappings:
Namespace Name Mixin selector official b
Ldgb;b:Z
intermediary field_27908
Lnet/minecraft/class_5642;field_27908:Z
named add
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;add:Z
-
-
Constructor Details
-
SetEnchantmentsLootFunction
private SetEnchantmentsLootFunction(LootCondition[] conditions, Map<Enchantment,LootNumberProvider> enchantments, boolean add)- Mappings:
Namespace Name Mixin selector official <init>
Ldgb;<init>([Ldha;Ljava/util/Map;Z)V
intermediary <init>
Lnet/minecraft/class_5642;<init>([Lnet/minecraft/class_5341;Ljava/util/Map;Z)V
named <init>
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Ljava/util/Map;Z)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official a
Ldft;a()Ldfu;
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 b
Ldej;b()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
Ldfs;a(Lbnv;Ldei;)Lbnv;
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;
-
addEnchantmentToMap
private static void addEnchantmentToMap(Map<Enchantment,Integer> map, Enchantment enchantment, int level)- Mappings:
Namespace Name Mixin selector official a
Ldgb;a(Ljava/util/Map;Lbrp;I)V
intermediary method_32411
Lnet/minecraft/class_5642;method_32411(Ljava/util/Map;Lnet/minecraft/class_1887;I)V
named addEnchantmentToMap
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;addEnchantmentToMap(Ljava/util/Map;Lnet/minecraft/enchantment/Enchantment;I)V
-