Package net.minecraft.loot.function
Class EnchantRandomlyLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.EnchantRandomlyLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootContextAware
,LootFunction
- Mappings:
Namespace Name named net/minecraft/loot/function/EnchantRandomlyLootFunction
intermediary net/minecraft/class_109
official ern
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<EnchantRandomlyLootFunction> private static final com.mojang.serialization.Codec
<RegistryEntryList<Enchantment>> private final Optional
<RegistryEntryList<Enchantment>> private static final Logger
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorDescriptionEnchantRandomlyLootFunction
(List<LootCondition> conditions, Optional<RegistryEntryList<Enchantment>> enchantments) -
Method Summary
Modifier and TypeMethodDescriptionprivate static ItemStack
addEnchantmentToStack
(ItemStack stack, Enchantment enchantment, Random random) static ConditionalLootFunction.Builder
<?> builder()
create()
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
Methods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;LOGGER:Lorg/slf4j/Logger;
intermediary field_1031
Lnet/minecraft/class_109;field_1031:Lorg/slf4j/Logger;
official b
Lern;b:Lorg/slf4j/Logger;
-
ENCHANTMENT_LIST_CODEC
private static final com.mojang.serialization.Codec<RegistryEntryList<Enchantment>> ENCHANTMENT_LIST_CODEC- Mappings:
Namespace Name Mixin selector named ENCHANTMENT_LIST_CODEC
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;ENCHANTMENT_LIST_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_45824
Lnet/minecraft/class_109;field_45824:Lcom/mojang/serialization/Codec;
official c
Lern;c:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_45823
Lnet/minecraft/class_109;field_45823:Lcom/mojang/serialization/MapCodec;
official a
Lern;a:Lcom/mojang/serialization/MapCodec;
-
enchantments
- Mappings:
Namespace Name Mixin selector named enchantments
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;enchantments:Ljava/util/Optional;
intermediary field_1030
Lnet/minecraft/class_109;field_1030:Ljava/util/Optional;
official d
Lern;d:Ljava/util/Optional;
-
-
Constructor Details
-
EnchantRandomlyLootFunction
EnchantRandomlyLootFunction(List<LootCondition> conditions, Optional<RegistryEntryList<Enchantment>> enchantments) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;<init>(Ljava/util/List;Ljava/util/Optional;)V
intermediary <init>
Lnet/minecraft/class_109;<init>(Ljava/util/List;Ljava/util/Optional;)V
official <init>
Lern;<init>(Ljava/util/List;Ljava/util/Optional;)V
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootFunction
- Specified by:
getType
in classConditionalLootFunction
- 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
Lerx;b()Lery;
-
process
- Specified by:
process
in classConditionalLootFunction
- 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
Lerw;a(Lcur;Leqk;)Lcur;
-
addEnchantmentToStack
private static ItemStack addEnchantmentToStack(ItemStack stack, Enchantment enchantment, Random random) - Mappings:
Namespace Name Mixin selector named addEnchantmentToStack
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;addEnchantmentToStack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/enchantment/Enchantment;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/item/ItemStack;
intermediary method_26266
Lnet/minecraft/class_109;method_26266(Lnet/minecraft/class_1799;Lnet/minecraft/class_1887;Lnet/minecraft/class_5819;)Lnet/minecraft/class_1799;
official a
Lern;a(Lcur;Ldac;Lazh;)Lcur;
-
create
- Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;create()Lnet/minecraft/loot/function/EnchantRandomlyLootFunction$Builder;
intermediary method_35520
Lnet/minecraft/class_109;method_35520()Lnet/minecraft/class_109$class_4954;
official c
Lern;c()Lern$a;
-
builder
- Mappings:
Namespace Name Mixin selector named builder
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;builder()Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
intermediary method_489
Lnet/minecraft/class_109;method_489()Lnet/minecraft/class_120$class_121;
official d
Lern;d()Lerw$a;
-