Uses of Class
org.deken.game.sprites.BaseActor

Packages that use BaseActor
org.deken.game.sprites The pieces package contains the game pieces that will be used by the old style engine. 
 

Uses of BaseActor in org.deken.game.sprites
 

Methods in org.deken.game.sprites that return BaseActor
 BaseActor BaseActor.copy()
           
protected  BaseActor Actor.copyBase(BaseActor newActor)
           
 

Methods in org.deken.game.sprites with parameters of type BaseActor
protected  BaseActor Actor.copyBase(BaseActor newActor)