Class EnchantRandomlyFunction
java.lang.Object
net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
net.minecraft.world.level.storage.loot.functions.EnchantRandomlyFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootItemFunction
,LootContextUser
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
LootItemConditionalFunction.DummyBuilder
-
Field Summary
Modifier and TypeFieldDescription(package private) final List<Enchantment>
private static final org.slf4j.Logger
Fields inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
predicates
-
Constructor Summary
ConstructorDescriptionEnchantRandomlyFunction
(LootItemCondition[] p_80418_, Collection<Enchantment> p_80419_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static ItemStack
enchantItem
(ItemStack p_230980_, Enchantment p_230981_, RandomSource p_230982_) getType()
static LootItemConditionalFunction.Builder<?>
run
(ItemStack p_80429_, LootContext p_80430_) Methods inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
apply, simpleBuilder, 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.world.level.storage.loot.LootContextUser
getReferencedContextParams
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
enchantments
-
-
Constructor Details
-
EnchantRandomlyFunction
EnchantRandomlyFunction(LootItemCondition[] p_80418_, Collection<Enchantment> p_80419_)
-
-
Method Details
-
getType
-
run
- Specified by:
run
in classLootItemConditionalFunction
-
enchantItem
private static ItemStack enchantItem(ItemStack p_230980_, Enchantment p_230981_, RandomSource p_230982_) -
randomEnchantment
-
randomApplicableEnchantment
-