edu.trinity.cs.gamecore.basic
Interface BasicEntity

All Superinterfaces:
GameEntity<BasicBlock,BasicEntity>, java.io.Serializable
All Known Implementing Classes:
BasicEntityImpl, BasicPlayer

public interface BasicEntity
extends GameEntity<BasicBlock,BasicEntity>

This is a simple implementation of the GameEntity interface. Like the BasicBlock, notice the generics. You will have to make sure it uses your base block class and your base entity class.

Author:
Mark Lewis

Method Summary
 
Methods inherited from interface edu.trinity.cs.gamecore.GameEntity
followLinks, getEditPropertiesPanel, getImage, getLocation, getUpdateTime, partialSizeX, partialSizeY, setLocation, update