Class BasicEntity


public class BasicEntity
implements GameEntity


Constructor Summary
 (package private) BasicEntity(Location loc)
           

Method Summary
 booleanfollowLinks()
           
 ContainergetEditPropertiesPanel()
           
 ImagegetImage()
           
 LocationgetLocation()
           
 intgetUpdateTime()
           
 voidsetLocation(Location loc)
           
 voidupdate(int time)
           

Constructor Detail

BasicEntity

BasicEntity(Location loc)
Method Detail

followLinks

public boolean followLinks()

getEditPropertiesPanel

public Container getEditPropertiesPanel()

getImage

public Image getImage()

getLocation

public Location getLocation()

getUpdateTime

public int getUpdateTime()

setLocation

public void setLocation(Location loc)

update

public void update(int time)

Association Links

to Class Location

to Class java.awt.image.BufferedImage