Class EditorPlayer
- public class EditorPlayer
- implements Player
This class is just used by the editor to help it interact with the MainDisplay
class.
EditorPlayer
public EditorPlayer()
followLinks
public boolean followLinks()
gameStatus
public int gameStatus()
getEditPropertiesPanel
public Container getEditPropertiesPanel()
getGameStatusPanel
public Container getGameStatusPanel(int loc)
getImage
public Image getImage()
getLocation
public Location getLocation()
getUpdateTime
public int getUpdateTime()
setLocation
public void setLocation(Location location)
update
public void update(int time)
to Class Location
to Class java.awt.image.BufferedImage