com.croftsoft.apps.mars.model
Interface ModelAccessor

All Known Subinterfaces:
AmmoDump, AmmoDumpAccessor, Bullet, BulletAccessor, Damageable, Impassable, Model, Obstacle, ObstacleAccessor, Tank, TankAccessor, TankConsole
All Known Implementing Classes:
SeriAmmoDump, SeriBullet, SeriModel, SeriObstacle, SeriTank

public interface ModelAccessor

The base interface for the model of a game world entity.

Since:
2003-03-30
Version:
2003-04-16
Author:
David Wallace Croft

Method Summary
 Shape getShape()
           
 double getZ()
           
 boolean isActive()
           
 boolean isUpdated()
           
 

Method Detail

isActive

boolean isActive()

getShape

Shape getShape()

isUpdated

boolean isUpdated()

getZ

double getZ()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)