Uses of Class
org.rspeer.game.component.tdi.Settings.Option
-
Packages that use Settings.Option Package Description org.rspeer.game.component.tdi org.rspeer.game.script.situation.handler -
-
Uses of Settings.Option in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Settings.Option Modifier and Type Method Description static Settings.Option
Settings.Option. valueOf(String name)
Returns the enum constant of this type with the specified name.static Settings.Option[]
Settings.Option. 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.Option Modifier and Type Method Description static int
Settings. getOptionValue(Settings.Option option)
-
Uses of Settings.Option in org.rspeer.game.script.situation.handler
Method parameters in org.rspeer.game.script.situation.handler with type arguments of type Settings.Option Modifier and Type Method Description void
SettingsSituation. setDesired(Map<Settings.Option,Integer> desired)
-