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_345206_, ItemEnchantments.Mutable p_342143_, RandomSource p_342566_, DifficultyInstance p_344663_)
-
Field Details
-
DIRECT_CODEC
-
-
Method Details
-
enchant
void enchant(ItemStack p_345206_, ItemEnchantments.Mutable p_342143_, RandomSource p_342566_, DifficultyInstance p_344663_) -
codec
com.mojang.serialization.MapCodec<? extends EnchantmentProvider> codec()
-