Class EnchantWithLevelsFunction
java.lang.Object
net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
net.minecraft.world.level.storage.loot.functions.EnchantWithLevelsFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootItemFunction
,LootContextUser
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
LootItemConditionalFunction.DummyBuilder
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<EnchantWithLevelsFunction> private final NumberProvider
private final Optional
<HolderSet<Enchantment>> Fields inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
predicates
-
Constructor Summary
ConstructorDescriptionEnchantWithLevelsFunction
(List<LootItemCondition> p_300816_, NumberProvider p_165194_, Optional<HolderSet<Enchantment>> p_342551_) -
Method Summary
Modifier and TypeMethodDescriptionenchantWithLevels
(HolderLookup.Provider p_342807_, NumberProvider p_165197_) Set
<LootContextParam<?>> getType()
run
(ItemStack p_80483_, LootContext p_80484_) Methods inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
apply, commonFields, 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
-
Field Details
-
CODEC
-
levels
-
options
-
-
Constructor Details
-
EnchantWithLevelsFunction
EnchantWithLevelsFunction(List<LootItemCondition> p_300816_, NumberProvider p_165194_, Optional<HolderSet<Enchantment>> p_342551_)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootItemFunction
- Specified by:
getType
in classLootItemConditionalFunction
-
getReferencedContextParams
-
run
- Specified by:
run
in classLootItemConditionalFunction
-
enchantWithLevels
public static EnchantWithLevelsFunction.Builder enchantWithLevels(HolderLookup.Provider p_342807_, NumberProvider p_165197_)
-