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 SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunctionLootItemConditionalFunction.DummyBuilder
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantRandomlyFunction>private static final com.mojang.serialization.Codec<HolderSet<Enchantment>>private final Optional<HolderSet<Enchantment>>private static final org.slf4j.LoggerFields inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunctionpredicates
- 
Constructor SummaryConstructorsConstructorDescriptionEnchantRandomlyFunction(List<LootItemCondition> p_299014_, Optional<HolderSet<Enchantment>> p_298965_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static ItemStackenchantItem(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.LootItemConditionalFunctionapply, commonFields, simpleBuilder, validateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunctionandThenMethods inherited from interface net.minecraft.world.level.storage.loot.LootContextUsergetReferencedContextParams
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
ENCHANTMENT_SET_CODEC
- 
CODEC
- 
enchantments
 
- 
- 
Constructor Details- 
EnchantRandomlyFunctionEnchantRandomlyFunction(List<LootItemCondition> p_299014_, Optional<HolderSet<Enchantment>> p_298965_) 
 
- 
- 
Method Details- 
getType
- 
run- Specified by:
- runin class- LootItemConditionalFunction
 
- 
enchantItemprivate static ItemStack enchantItem(ItemStack p_230980_, Enchantment p_230981_, RandomSource p_230982_) 
- 
randomEnchantment
- 
randomApplicableEnchantment
 
-