Uses of Class
org.rspeer.game.web.util.Setting
-
Packages that use Setting Package Description org.rspeer.game.web org.rspeer.game.web.util -
-
Uses of Setting in org.rspeer.game.web
Methods in org.rspeer.game.web that return Setting Modifier and Type Method Description SettingWeb.WebSettingChange. getSetting()Methods in org.rspeer.game.web with parameters of type Setting Modifier and Type Method Description static voidWeb. setSetting(Setting setting, boolean val)static voidWeb. setSetting(Setting setting, int val)Constructors in org.rspeer.game.web with parameters of type Setting Constructor Description WebSettingChange(Setting setting, int oldVal, int newVal) -
Uses of Setting in org.rspeer.game.web.util
Methods in org.rspeer.game.web.util that return Setting Modifier and Type Method Description static SettingSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static Setting[]Setting. values()Returns an array containing the constants of this enum type, in the order they are declared.
-