Interface EnchantmentValueEffect
- All Known Implementing Classes:
AddValue, AllOf.ValueEffects, MultiplyValue, RemoveBinomial, ScaleExponentially, SetValue
public interface EnchantmentValueEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantmentValueEffect> -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends EnchantmentValueEffect> bootstrap(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentValueEffect>> registry) com.mojang.serialization.MapCodec<? extends EnchantmentValueEffect> codec()floatprocess(int enchantmentLevel, RandomSource random, float inputValue)
-
Field Details
-
CODEC
-
-
Method Details
-
bootstrap
static com.mojang.serialization.MapCodec<? extends EnchantmentValueEffect> bootstrap(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentValueEffect>> registry) -
process
-
codec
com.mojang.serialization.MapCodec<? extends EnchantmentValueEffect> codec()
-