Uses of Class
org.drools.games.wumpus.Direction
-
Packages that use Direction Package Description org.drools.games.wumpus -
-
Uses of Direction in org.drools.games.wumpus
Methods in org.drools.games.wumpus that return Direction Modifier and Type Method Description DirectionArrow. getDirection()DirectionHero. getDirection()static DirectionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.games.wumpus with parameters of type Direction Modifier and Type Method Description voidArrow. setDirection(Direction direction)voidHero. setDirection(Direction direction)Constructors in org.drools.games.wumpus with parameters of type Direction Constructor Description Arrow(int row, int col, Direction direction)
-