games.stickfighter
Class StickFighterLevel

java.lang.Object
  extended by games.stickfighter.StickFighterLevel

public class StickFighterLevel
extends java.lang.Object

StickFighterLevel will keep track of the state of Characters, platforms, powerups, and all other items present in a level.

Author:
Ben Getson

Constructor Summary
StickFighterLevel()
           
 
Method Summary
 java.util.List<LookButNoTouchCharacter> getCharacterInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StickFighterLevel

public StickFighterLevel()
Method Detail

getCharacterInformation

public java.util.List<LookButNoTouchCharacter> getCharacterInformation()
Returns:
a list of unmodifiable Characters