Interface IHunterPreyEnvironmentService
-
public interface IHunterPreyEnvironmentServiceService-based interface to hunter-prey environment.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDIRECTION_DOWNThe move direction down.static java.lang.StringDIRECTION_LEFTThe move direction left.static java.lang.StringDIRECTION_NONEPlaceholder for "no move" action.static java.lang.StringDIRECTION_RIGHTThe move direction right.static java.lang.StringDIRECTION_UPThe 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
-
-