Uses of Class
gameobjects.AbstractGameObject

Packages that use AbstractGameObject
animation   
gameobjects   
gameobjects.characters   
gameobjects.item   
gameobjects.prop   
 

Uses of AbstractGameObject in animation
 

Constructors in animation with parameters of type AbstractGameObject
AnimationScheduler(AbstractGameObject go)
           
 

Uses of AbstractGameObject in gameobjects
 

Methods in gameobjects with parameters of type AbstractGameObject
 int AbstractGameObject.compareTo(AbstractGameObject o)
           
 

Uses of AbstractGameObject in gameobjects.characters
 

Subclasses of AbstractGameObject in gameobjects.characters
 class AbstractCharacterSprite
          This class is holding basic animations that every game character needs.
 class NPCSprite
          This class is the base class of all non player characters.
 class Player
          This class represents the main character sprite of the game.
 

Uses of AbstractGameObject in gameobjects.item
 

Subclasses of AbstractGameObject in gameobjects.item
 class Item
          This class represents an item in the game.
 

Uses of AbstractGameObject in gameobjects.prop
 

Subclasses of AbstractGameObject in gameobjects.prop
 class Prop
          This class represents a simple game object that can be placed into a game location.