Uses of Class
rs.kreme.ksbot.api.game.Game.Direction
-
Packages that use Game.Direction Package Description rs.kreme.ksbot.api.game -
-
Uses of Game.Direction in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return Game.Direction Modifier and Type Method Description static Game.DirectionGame.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Game.Direction[]Game.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.kreme.ksbot.api.game with parameters of type Game.Direction Modifier and Type Method Description voidGame. setCompass(Game.Direction direction)
-