Enum Class LMMultiplier

java.lang.Object
java.lang.Enum<LMMultiplier>
me.lokka30.levelledmobs.rules.LMMultiplier
All Implemented Interfaces:
Serializable, Comparable<LMMultiplier>, Constable

public enum LMMultiplier extends Enum<LMMultiplier>
  • Enum Constant Details

    • ATTACK_DAMAGE

      public static final LMMultiplier ATTACK_DAMAGE
    • CREEPER_BLAST_DAMAGE

      public static final LMMultiplier CREEPER_BLAST_DAMAGE
    • MAX_HEALTH

      public static final LMMultiplier MAX_HEALTH
    • MOVEMENT_SPEED

      public static final LMMultiplier MOVEMENT_SPEED
    • RANGED_ATTACK_DAMAGE

      public static final LMMultiplier RANGED_ATTACK_DAMAGE
    • ITEM_DROP

      public static final LMMultiplier ITEM_DROP
    • ARMOR_BONUS

      public static final LMMultiplier ARMOR_BONUS
    • ARMOR_TOUGHNESS

      public static final LMMultiplier ARMOR_TOUGHNESS
    • ATTACK_KNOCKBACK

      public static final LMMultiplier ATTACK_KNOCKBACK
    • FLYING_SPEED

      public static final LMMultiplier FLYING_SPEED
    • KNOCKBACK_RESISTANCE

      public static final LMMultiplier KNOCKBACK_RESISTANCE
    • HORSE_JUMP_STRENGTH

      public static final LMMultiplier HORSE_JUMP_STRENGTH
    • ZOMBIE_SPAWN_REINFORCEMENTS

      public static final LMMultiplier ZOMBIE_SPAWN_REINFORCEMENTS
    • FOLLOW_RANGE

      public static final LMMultiplier FOLLOW_RANGE
    • XP_DROP

      public static final LMMultiplier XP_DROP
  • Method Details

    • values

      public static LMMultiplier[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LMMultiplier valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null