|
|||||||||
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 |
---|
affectPhyStats, affects, amDestroyed, basePhyStats, behaviors, cachedImageName, isLocked, isOpen, lastRoomID, me, miscText, phyStats, rawImageName, 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 this defaults in a closed and locked state. |
boolean |
hasALock()
Returns whether this has a lock on it, 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LockedGate()
Method Detail |
---|
public java.lang.String ID()
CMObject
ID
in interface CMObject
ID
in class Gate
public java.lang.String closedText()
Exit
closedText
in interface Exit
closedText
in class Gate
CloseableLockable.hasADoor()
,
CloseableLockable.defaultsClosed()
public boolean hasALock()
CloseableLockable
hasALock
in interface CloseableLockable
hasALock
in class StdClosedDoorway
CloseableLockable.isOpen()
,
CloseableLockable.isLocked()
,
CloseableLockable.hasADoor()
public boolean defaultsLocked()
CloseableLockable
defaultsLocked
in interface CloseableLockable
defaultsLocked
in class StdClosedDoorway
CloseableLockable.hasADoor()
,
CloseableLockable.defaultsClosed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |