Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package jdstar

Interface Summary
InputListener All classes that wants to receive player input from Input must implement this interface.
 

Class Summary
Actor  
Board  
Buddy  
Display  
GameLoop  
GDS2JDS This is a converter that reads GDStar (http://www.tbp.mb.ca/~ademko/gnu/) level file and writes JDStar level file.
Input This class is responsible for delivering player input to all requesting classes.
InputEvent This is an event class.
JDStar This is a main executable class for JDStar game.
Komander  
Menu  
Player  
Tileset  
Tilesets  
 

Exception Summary
ActorNotFoundException This exception is thrown by Actor while trying to find either player or buddy on the board being loaded.
CriticalException This exception is thrown when some error occures and game cannot continue.
InternalException This exception is thrown when an unexpected error occurs that indicates that there is a bug in game code.
InvalidBoardException This exception is thrown when board being loading is invalid.
InvalidTilesetException This exception is thrown when tileset cannot be loaded.