Enum Class ManaSpreaderBlock.Variant

java.lang.Object
java.lang.Enum<ManaSpreaderBlock.Variant>
vazkii.botania.common.block.mana.ManaSpreaderBlock.Variant
All Implemented Interfaces:
Serializable, Comparable<ManaSpreaderBlock.Variant>, Constable
Enclosing class:
ManaSpreaderBlock

public static enum ManaSpreaderBlock.Variant extends Enum<ManaSpreaderBlock.Variant>
  • Enum Constant Details

  • Field Details

    • burstMana

      public final int burstMana
    • manaCapacity

      public final int manaCapacity
    • color

      public final int color
    • hudColor

      public final int hudColor
    • preLossTicks

      public final int preLossTicks
    • lossPerTick

      public final float lossPerTick
    • motionModifier

      public final float motionModifier
  • Method Details

    • values

      public static ManaSpreaderBlock.Variant[] 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 ManaSpreaderBlock.Variant 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