Package vazkii.botania.common.block.mana
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal intfinal floatfinal intfinal floatfinal int -
Method Summary
Modifier and TypeMethodDescriptionstatic ManaSpreaderBlock.VariantReturns the enum constant of this class with the specified name.static ManaSpreaderBlock.Variant[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MANA
-
REDSTONE
-
ELVEN
-
GAIA
-
-
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
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
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 nameNullPointerException- if the argument is null
-