|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.Exits.StdExit
com.planet_ink.coffee_mud.Exits.StdClosedDoorway
com.planet_ink.coffee_mud.Exits.Gate
com.planet_ink.coffee_mud.Exits.LockedGate
public class LockedGate
| Field Summary |
|---|
| Fields inherited from class com.planet_ink.coffee_mud.Exits.StdExit |
|---|
affects, amDestroyed, baseEnvStats, behaviors, envStats, imageName, isLocked, isOpen, miscText, scripts, usage |
| Constructor Summary | |
|---|---|
LockedGate()
|
|
| Method Summary | |
|---|---|
java.lang.String |
closedText()
Returns a text description of what this exit looks like when closed. |
boolean |
defaultsLocked()
For exits with a door and lock, this returns whether the door defaults in a closed and locked state. |
boolean |
hasALock()
Returns whether this exit has a lock on its door, and, if locked, must be unlocked before being used. |
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
| Methods inherited from class com.planet_ink.coffee_mud.Exits.Gate |
|---|
doorName, Name |
| Methods inherited from class com.planet_ink.coffee_mud.Exits.StdClosedDoorway |
|---|
defaultsClosed, description, displayText, hasADoor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LockedGate()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class Gatepublic java.lang.String closedText()
Exit
closedText in interface ExitclosedText in class GateExit.hasADoor(),
Exit.defaultsClosed()public boolean hasALock()
Exit
hasALock in interface ExithasALock in class StdClosedDoorwayExit.isOpen(),
Exit.isLocked(),
Exit.hasADoor()public boolean defaultsLocked()
Exit
defaultsLocked in interface ExitdefaultsLocked in class StdClosedDoorwayExit.hasADoor(),
Exit.defaultsClosed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||