Interface IFood
-
- All Superinterfaces:
IPreyPerceivable
public interface IFood extends IPreyPerceivable
Representation of a perceived food.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getX()
Get the x coordinate relative to the perceiving creature.int
getY()
Get the y coordinate relative to the perceiving creature.
-