Interface IHunterPreyEnvironmentService
- 
 public interface IHunterPreyEnvironmentServiceService-based interface to hunter-prey environment.
- 
- 
Field SummaryFields 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_LEFTstatic final java.lang.String DIRECTION_LEFT The move direction left.- See Also:
- Constant Field Values
 
 - 
DIRECTION_RIGHTstatic final java.lang.String DIRECTION_RIGHT The move direction right.- See Also:
- Constant Field Values
 
 - 
DIRECTION_UPstatic final java.lang.String DIRECTION_UP The move direction up.- See Also:
- Constant Field Values
 
 - 
DIRECTION_DOWNstatic final java.lang.String DIRECTION_DOWN The move direction down.- See Also:
- Constant Field Values
 
 - 
DIRECTION_NONEstatic final java.lang.String DIRECTION_NONE Placeholder for "no move" action.- See Also:
- Constant Field Values
 
 
- 
 
-