Interface IHunterPreyEnvironmentService
-
public interface IHunterPreyEnvironmentService
Service-based interface to hunter-prey environment.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DIRECTION_DOWN
The move direction down.static java.lang.String
DIRECTION_LEFT
The move direction left.static java.lang.String
DIRECTION_NONE
Placeholder for "no move" action.static java.lang.String
DIRECTION_RIGHT
The move direction right.static java.lang.String
DIRECTION_UP
The move direction up.
-
-
-
Field Detail
-
DIRECTION_LEFT
static final java.lang.String DIRECTION_LEFT
The move direction left.- See Also:
- Constant Field Values
-
DIRECTION_RIGHT
static final java.lang.String DIRECTION_RIGHT
The move direction right.- See Also:
- Constant Field Values
-
DIRECTION_UP
static final java.lang.String DIRECTION_UP
The move direction up.- See Also:
- Constant Field Values
-
DIRECTION_DOWN
static final java.lang.String DIRECTION_DOWN
The move direction down.- See Also:
- Constant Field Values
-
DIRECTION_NONE
static final java.lang.String DIRECTION_NONE
Placeholder for "no move" action.- See Also:
- Constant Field Values
-
-