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