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 intgetX()Get the x coordinate relative to the perceiving creature.intgetY()Get the y coordinate relative to the perceiving creature.
-