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 official djj
intermediary net/minecraft/class_5642
named net/minecraft/loot/function/SetEnchantmentsLootFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Joiner
-
Field Summary
FieldsFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SetEnchantmentsLootFunction(LootCondition[] conditions, Map<Enchantment,LootNumberProvider> enchantments, boolean add)
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
addEnchantmentToMap(Map<Enchantment,Integer> map, Enchantment enchantment, int level)
getType()
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
Ldjj;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
Ldjj;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>
Ldjj;<init>([Ldki;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
Ldjb;a()Ldjc;
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
Ldhr;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
Ldja;a(Lbpx;Ldhq;)Lbpx;
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
Ldjj;a(Ljava/util/Map;Lbtr;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
-