|
|||||||||
| 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.GenExit
com.planet_ink.coffee_mud.Exits.GenAirLock
public class GenAirLock
| Field Summary |
|---|
| Fields inherited from class com.planet_ink.coffee_mud.Exits.GenExit |
|---|
closedText, closeName, description, displayText, doorDefaultsClosed, doorDefaultsLocked, doorName, hasADoor, hasALock, isReadable, keyName, name, openDelayTicks, openName |
| 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 | |
|---|---|
GenAirLock()
|
|
| Method Summary | |
|---|---|
java.lang.String |
closedText()
Returns a text description of what this exit looks like when closed. |
boolean |
defaultsClosed()
For exits with a door, this returns whether this defaults in a closed state. |
boolean |
defaultsLocked()
For exits with a door and lock, this returns whether this defaults in a closed and locked state. |
java.lang.String |
displayText()
Gets the raw string used to show what this object looks like in the room. |
boolean |
hasADoor()
Returns whether this has a door, and must be opened before being used. |
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. |
java.lang.String |
Name()
The raw unmodified name of this object as stored in the database. |
| Methods inherited from class com.planet_ink.coffee_mud.Exits.GenExit |
|---|
closeWord, description, doorName, getCodeNum, getSaveStatIndex, getStat, getStatCodes, isGeneric, isReadable, isStat, keyName, openDelayTicks, openWord, readableText, sameAs, setDescription, setDisplayText, setDoorsNLocks, setExitParams, setKeyName, setMiscText, setName, setOpenDelayTicks, setReadable, setReadableText, setStat, setTemporaryDoorLink, temporaryDoorLink, text |
| Methods inherited from class com.planet_ink.coffee_mud.Exits.StdExit |
|---|
addBehavior, addEffect, addNonUninvokableEffect, addScript, affectCharState, affectCharStats, affectPhyStats, amDestroyed, basePhyStats, behaviors, cloneFix, closeWordPastTense, compareTo, copyOf, delAllBehaviors, delAllEffects, delAllScripts, delBehavior, delEffect, delScript, description, destroy, displayText, eachBehavior, eachEffect, eachScript, effects, executeMsg, exitUsage, expirationDate, fetchBehavior, fetchBehavior, fetchEffect, fetchEffect, fetchScript, getTickStatus, image, initializeClass, isLocked, isOpen, isSavable, L, lastRoomUsedFrom, maxRange, minRange, miscTextFormat, name, name, newInstance, numBehaviors, numEffects, numScripts, okMessage, openWordPastTense, phyStats, rawImage, recoverPhyStats, scripts, setBasePhyStats, setExpirationDate, setImage, setSavable, tick, viewableText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenAirLock()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class GenExitpublic java.lang.String Name()
Environmental
Name in interface EnvironmentalName in class GenExitTickable.name()public java.lang.String displayText()
Environmental
displayText in interface EnvironmentaldisplayText in class GenExitpublic boolean hasADoor()
CloseableLockable
hasADoor in interface CloseableLockablehasADoor in class GenExitCloseableLockable.isOpen(),
CloseableLockable.isLocked()public boolean hasALock()
CloseableLockable
hasALock in interface CloseableLockablehasALock in class GenExitCloseableLockable.isOpen(),
CloseableLockable.isLocked(),
CloseableLockable.hasADoor()public boolean defaultsLocked()
CloseableLockable
defaultsLocked in interface CloseableLockabledefaultsLocked in class GenExitCloseableLockable.hasADoor(),
CloseableLockable.defaultsClosed()public boolean defaultsClosed()
CloseableLockable
defaultsClosed in interface CloseableLockabledefaultsClosed in class GenExitCloseableLockable.hasADoor(),
CloseableLockable.defaultsLocked()public java.lang.String closedText()
Exit
closedText in interface ExitclosedText in class GenExitCloseableLockable.hasADoor(),
CloseableLockable.defaultsClosed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||