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 official edv
intermediary net/minecraft/class_109
named net/minecraft/loot/function/EnchantRandomlyLootFunction
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantRandomlyLootFunction>
private final Optional<RegistryEntryList<Enchantment>>
private static final com.mojang.serialization.Codec<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
apply, builder, method_53344, 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 official b
Ledv;b:Lorg/slf4j/Logger;
intermediary field_1031
Lnet/minecraft/class_109;field_1031:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;LOGGER:Lorg/slf4j/Logger;
-
field_45824
- Mappings:
Namespace Name Mixin selector official c
Ledv;c:Lcom/mojang/serialization/Codec;
intermediary field_45824
Lnet/minecraft/class_109;field_45824:Lcom/mojang/serialization/Codec;
named field_45824
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;field_45824:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ledv;a:Lcom/mojang/serialization/Codec;
intermediary field_45823
Lnet/minecraft/class_109;field_45823:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;CODEC:Lcom/mojang/serialization/Codec;
-
enchantments
- Mappings:
Namespace Name Mixin selector official d
Ledv;d:Ljava/util/Optional;
intermediary field_1030
Lnet/minecraft/class_109;field_1030:Ljava/util/Optional;
named enchantments
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;enchantments:Ljava/util/Optional;
-
-
Constructor Details
-
EnchantRandomlyLootFunction
EnchantRandomlyLootFunction(List<LootCondition> conditions, Optional<RegistryEntryList<Enchantment>> enchantments) - Mappings:
Namespace Name Mixin selector official <init>
Ledv;<init>(Ljava/util/List;Ljava/util/Optional;)V
intermediary <init>
Lnet/minecraft/class_109;<init>(Ljava/util/List;Ljava/util/Optional;)V
named <init>
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;<init>(Ljava/util/List;Ljava/util/Optional;)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official b
Leed;b()Leee;
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;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Leec;a(Lcjf;Lecq;)Lcjf;
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;
-
addEnchantmentToStack
private static ItemStack addEnchantmentToStack(ItemStack stack, Enchantment enchantment, Random random) - Mappings:
Namespace Name Mixin selector official a
Ledv;a(Lcjf;Lcno;Lasc;)Lcjf;
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;
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;
-
create
- Mappings:
Namespace Name Mixin selector official c
Ledv;c()Ledv$a;
intermediary method_35520
Lnet/minecraft/class_109;method_35520()Lnet/minecraft/class_109$class_4954;
named create
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;create()Lnet/minecraft/loot/function/EnchantRandomlyLootFunction$Builder;
-
builder
- Mappings:
Namespace Name Mixin selector official d
Ledv;d()Leec$a;
intermediary method_489
Lnet/minecraft/class_109;method_489()Lnet/minecraft/class_120$class_121;
named builder
Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;builder()Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
-