Interface EnchantmentProvider
- All Known Implementing Classes:
EnchantmentsByCost
,EnchantmentsByCostWithDifficulty
,SingleEnchantment
public interface EnchantmentProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EnchantmentProvider> -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends EnchantmentProvider> codec()
void
enchant
(ItemStack p_345974_, ItemEnchantments.Mutable p_344824_, RandomSource p_346040_, DifficultyInstance p_348672_)
-
Field Details
-
DIRECT_CODEC
-
-
Method Details
-
enchant
void enchant(ItemStack p_345974_, ItemEnchantments.Mutable p_344824_, RandomSource p_346040_, DifficultyInstance p_348672_) -
codec
com.mojang.serialization.MapCodec<? extends EnchantmentProvider> codec()
-