Uses of Class
games.stickfighter.LookButNoTouchCharacter

Packages that use LookButNoTouchCharacter
games.stickfighter   
 

Uses of LookButNoTouchCharacter in games.stickfighter
 

Subclasses of LookButNoTouchCharacter in games.stickfighter
 class Character
          Character extends LookButNoTouchCharacter and implements the movement controls of the character.
 

Methods in games.stickfighter that return types with arguments of type LookButNoTouchCharacter
 java.util.List<LookButNoTouchCharacter> StickFighterLevel.getCharacterInformation()
           
 java.util.List<LookButNoTouchCharacter> StickFighterGame.getCharacterInformation()
          This method is used to get a list of all characters present in the current level of the game.