|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |