Uses of Enum Class
org.rspeer.game.event.LocalStorageEvent.Type
Packages that use LocalStorageEvent.Type
-
Uses of LocalStorageEvent.Type in org.rspeer.game.event
Subclasses with type arguments of type LocalStorageEvent.Type in org.rspeer.game.eventMethods in org.rspeer.game.event that return LocalStorageEvent.TypeModifier and TypeMethodDescriptionLocalStorageEvent.getType()static LocalStorageEvent.TypeReturns the enum constant of this class with the specified name.static LocalStorageEvent.Type[]LocalStorageEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rspeer.game.event with parameters of type LocalStorageEvent.TypeModifierConstructorDescriptionLocalStorageEvent(Object source, LocalStorageEvent.Type type) Constructs a prototypical Event.