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