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 eis
intermediary net/minecraft/class_5642
named net/minecraft/loot/function/SetEnchantmentsLootFunction
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
static final com.mojang.serialization.Codec<SetEnchantmentsLootFunction>
private final Map<RegistryEntry<Enchantment>,
LootNumberProvider> Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorDescriptionSetEnchantmentsLootFunction
(List<LootCondition> conditions, Map<RegistryEntry<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
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 official a
Leis;a:Lcom/mojang/serialization/Codec;
intermediary field_45843
Lnet/minecraft/class_5642;field_45843:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;CODEC:Lcom/mojang/serialization/Codec;
-
enchantments
- Mappings:
Namespace Name Mixin selector official b
Leis;b: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 c
Leis;c:Z
intermediary field_27908
Lnet/minecraft/class_5642;field_27908:Z
named add
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;add:Z
-
-
Constructor Details
-
SetEnchantmentsLootFunction
SetEnchantmentsLootFunction(List<LootCondition> conditions, Map<RegistryEntry<Enchantment>, LootNumberProvider> enchantments, boolean add) - Mappings:
Namespace Name Mixin selector official <init>
Leis;<init>(Ljava/util/List;Ljava/util/Map;Z)V
intermediary <init>
Lnet/minecraft/class_5642;<init>(Ljava/util/List;Ljava/util/Map;Z)V
named <init>
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;<init>(Ljava/util/List;Ljava/util/Map;Z)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official b
Leij;b()Leik;
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 a
Legx;a()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
Leii;a(Lcmy;Legw;)Lcmy;
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
Leis;a(Ljava/util/Map;Lcrj;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
-