记录类 EnchantmentAttributeEffect

java.lang.Object
java.lang.Record
net.minecraft.world.item.enchantment.effects.EnchantmentAttributeEffect
所有已实现的接口:
EnchantmentLocationBasedEffect

public record EnchantmentAttributeEffect(ResourceLocation id, Holder<Attribute> attribute, LevelBasedValue amount, AttributeModifier.Operation operation) extends Record implements EnchantmentLocationBasedEffect