Interface IFood
- 
- All Superinterfaces:
- IPreyPerceivable
 
 public interface IFood extends IPreyPerceivable Representation of a perceived food.
- 
- 
Method SummaryAll 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.
 
-