Uses of Class
org.rspeer.game.component.tdi.Settings.ViewMode
-
Packages that use Settings.ViewMode Package Description org.rspeer.game.component.tdi -
-
Uses of Settings.ViewMode in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Settings.ViewMode Modifier and Type Method Description static Settings.ViewMode
Settings. getViewMode()
static Settings.ViewMode
Settings.ViewMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Settings.ViewMode[]
Settings.ViewMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component.tdi with parameters of type Settings.ViewMode Modifier and Type Method Description static boolean
Settings. setViewMode(Settings.ViewMode mode)
-