Uses of Enum Class
org.drools.games.wumpus.Direction
Packages that use Direction
-
Uses of Direction in org.drools.games.wumpus
Methods in org.drools.games.wumpus that return DirectionModifier and TypeMethodDescriptionArrow.getDirection()Hero.getDirection()static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.games.wumpus with parameters of type DirectionModifier and TypeMethodDescriptionvoidArrow.setDirection(Direction direction) voidHero.setDirection(Direction direction) Constructors in org.drools.games.wumpus with parameters of type Direction