public class Prey extends Creature implements java.io.Serializable
age, aid, alldirs, leaseticks, name, points, visionrange, worldheight, worldwidth
location
Constructor and Description |
---|
Prey()
Create a new Prey.
|
Prey(java.lang.String name,
jadex.bridge.IComponentIdentifier aid,
Location location)
Create a new Prey.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Get a string representation of this Creature.
|
clone, createLocation, createLocation, equals, getAge, getAID, getDirections, getDirections, getDirections, getDistance, getDistance, getLeaseticks, getLocationDistance, getName, getObject, getPoints, getPossibleDirections, getVisionRange, getWorldHeight, getWorldWidth, hashCode, isInVisionRange, isNear, setAge, setAID, setLeaseticks, setName, setPoints, setVisionRange, setWorldHeight, setWorldWidth, sortByDistance, sortByDistance, update
getLocation, setLocation
public Prey()
public Prey(java.lang.String name, jadex.bridge.IComponentIdentifier aid, Location location)
public java.lang.String toString()
toString
in class WorldObject