Uses of Class
org.rspeer.game.component.EffectType
-
Packages that use EffectType Package Description org.rspeer.game.component -
-
Uses of EffectType in org.rspeer.game.component
Methods in org.rspeer.game.component that return EffectType Modifier and Type Method Description static EffectTypeEffectType. valueOf(String name)Returns the enum constant of this type with the specified name.static EffectType[]EffectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component with parameters of type EffectType Modifier and Type Method Description static intEffectBar. getValue(EffectType type)static booleanEffectBar. isActive(EffectType type)
-