Package org.rspeer.game.component
Class EffectBar
- java.lang.Object
-
- org.rspeer.game.component.EffectBar
-
public class EffectBar extends Object
-
-
Constructor Summary
Constructors Constructor Description EffectBar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getValue(EffectType type)
static boolean
isActive(EffectType type)
-
-
-
Method Detail
-
getValue
public static int getValue(EffectType type)
-
isActive
public static boolean isActive(EffectType type)
-
-