Uses of Class
org.otvl.sbxbsamp.simple.Door

Packages that use Door
org.otvl.sbxbsamp.simple   
 

Uses of Door in org.otvl.sbxbsamp.simple
 

Methods in org.otvl.sbxbsamp.simple that return Door
 Door Room.getTheDoors(int index)
          Returns a target in link theDoors.
 Door House.getTheDoor()
          Returns target of link theDoor.
 

Methods in org.otvl.sbxbsamp.simple with parameters of type Door
 void Room.addTheDoors(int index, Door aDoor)
          Inserts a target in link theDoors.
 void Room.addTheDoors(Door aDoor)
          Adds a target at end of link theDoors.
 void House.setTheDoor(Door theDoor)
          Sets target of link theDoor.
 



Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.