Uses of Class
org.rspeer.game.component.tdi.Settings.ChatboxMode
-
Packages that use Settings.ChatboxMode Package Description org.rspeer.game.component.tdi -
-
Uses of Settings.ChatboxMode in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Settings.ChatboxMode Modifier and Type Method Description static Settings.ChatboxMode
Settings. getChatboxMode()
static Settings.ChatboxMode
Settings.ChatboxMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Settings.ChatboxMode[]
Settings.ChatboxMode. 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.ChatboxMode Modifier and Type Method Description static boolean
Settings. setChatboxMode(Settings.ChatboxMode mode)
-