Uses of Class
org.nwolfhub.vk.keyboard.Keyboard.Color
-
Packages that use Keyboard.Color Package Description org.nwolfhub.vk.keyboard -
-
Uses of Keyboard.Color in org.nwolfhub.vk.keyboard
Methods in org.nwolfhub.vk.keyboard that return Keyboard.Color Modifier and Type Method Description static Keyboard.ColorKeyboard.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static Keyboard.Color[]Keyboard.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nwolfhub.vk.keyboard with parameters of type Keyboard.Color Modifier and Type Method Description Keyboard.TextButtonKeyboard.TextButton. setColor(Keyboard.Color color)
-