|
|||||||||
| 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 |
|---|
affects, amDestroyed, basePhyStats, behaviors, cachedImageName, isLocked, isOpen, 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 the door defaults in a closed state. |
boolean |
defaultsLocked()
For exits with a door and lock, this returns whether the door 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 exit has a door, and must be opened before being used. |
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. |
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, isGeneric, isReadable, keyName, openDelayTicks, openWord, readableText, setDescription, setDisplayText, setDoorsNLocks, setExitParams, setKeyName, setMiscText, setName, setOpenDelayTicks, setReadable, setReadableText, 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, delBehavior, delEffect, delScript, destroy, effects, executeMsg, exitUsage, expirationDate, fetchBehavior, fetchBehavior, fetchEffect, fetchEffect, fetchScript, findALadder, getCodeNum, getSaveStatIndex, getStat, getStatCodes, getTickStatus, image, initializeClass, isLocked, isOpen, isSavable, isStat, maxRange, minRange, miscTextFormat, mountLadder, name, newInstance, numBehaviors, numEffects, numScripts, okMessage, openWordPastTense, phyStats, rawImage, recoverPhyStats, sameAs, scripts, setBasePhyStats, setExpirationDate, setImage, setSavable, setStat, 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 GenExitEnvironmental.name()public java.lang.String displayText()
Environmental
displayText in interface EnvironmentaldisplayText in class GenExitpublic boolean hasADoor()
Exit
hasADoor in interface ExithasADoor in class GenExitExit.isOpen(),
Exit.isLocked()public boolean hasALock()
Exit
hasALock in interface ExithasALock in class GenExitExit.isOpen(),
Exit.isLocked(),
Exit.hasADoor()public boolean defaultsLocked()
Exit
defaultsLocked in interface ExitdefaultsLocked in class GenExitExit.hasADoor(),
Exit.defaultsClosed()public boolean defaultsClosed()
Exit
defaultsClosed in interface ExitdefaultsClosed in class GenExitExit.hasADoor(),
Exit.defaultsLocked()public java.lang.String closedText()
Exit
closedText in interface ExitclosedText in class GenExitExit.hasADoor(),
Exit.defaultsClosed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||