moagg.model.object
Interface LandableObject

All Superinterfaces:
MoaggGameObject
All Known Implementing Classes:
GhostShip, Ship

public interface LandableObject
extends MoaggGameObject

Game objects that are capable of landing on a platform have to implement this interface.


Method Summary
 Platform getLandedPlatform()
           
 boolean isLanded()
           
 
Methods inherited from interface moagg.model.object.MoaggGameObject
getHeight, getID, getPositionRectangle, getSpeed, getWidth, getX, getY, hide, isVisible, setID, setSpeed, setSpeed, setX, setY, show
 

Method Detail

isLanded

boolean isLanded()

getLandedPlatform

Platform getLandedPlatform()


Copyright © 2008. All Rights Reserved.