Class EnchantmentConfig

java.lang.Object
net.darkhax.msmlegacy.config.types.EnchantmentConfig
Direct Known Subclasses:
AbsorbConfig, AscensionConfig, ConsumingShadowsConfig, DecayConfig, EnderAuraConfig, EnderPulseConfig, FeastConfig, FrostWaveConfig, FrozenAspectConfig, GreedConfig, IgniteConfig, KeenEdgeConfig, ScornConfig, SkysGraceConfig, SparksConfig, VenomousAspectConfig, VitalityConfig, WisdomConfig

public class EnchantmentConfig extends Object
  • Field Details

    • isTradeable

      @Expose @SerializedName("can_villagers_trade") public boolean isTradeable
    • isDiscoverable

      @Expose @SerializedName("is_generally_available") public boolean isDiscoverable
    • minLevel

      @Expose @SerializedName("level_min") public int minLevel
    • maxLevel

      @Expose @SerializedName("level_max") public int maxLevel
  • Constructor Details

    • EnchantmentConfig

      public EnchantmentConfig()
    • EnchantmentConfig

      public EnchantmentConfig(int maxLevel)