Uses of Class
gameobjects.prop.Prop

Packages that use Prop
location   
 

Uses of Prop in location
 

Methods in location that return types with arguments of type Prop
 java.util.ArrayList<Prop> GameLocation.getProps()
          Return a list with all the props of the game location
 

Methods in location with parameters of type Prop
 void GameLocation.addProp(Prop prop)
          Adds a prop to the list of props of this game location