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