|
|||||||||
| 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.AjarDoor
public class AjarDoor
| 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 | |
|---|---|
AjarDoor()
|
|
| 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 |
description()
The basic description of this object, as shown when the item is directly LOOKed at. |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjarDoor()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class StdExitpublic java.lang.String Name()
Environmental
Name in interface EnvironmentalName in class StdExitTickable.name()public java.lang.String displayText()
Environmental
displayText in interface EnvironmentaldisplayText in class StdExitpublic java.lang.String description()
Environmental
description in interface Environmentaldescription in class StdExitpublic boolean hasADoor()
CloseableLockable
hasADoor in interface CloseableLockablehasADoor in class StdExitCloseableLockable.isOpen(),
CloseableLockable.isLocked()public boolean hasALock()
CloseableLockable
hasALock in interface CloseableLockablehasALock in class StdExitCloseableLockable.isOpen(),
CloseableLockable.isLocked(),
CloseableLockable.hasADoor()public boolean defaultsLocked()
CloseableLockable
defaultsLocked in interface CloseableLockabledefaultsLocked in class StdExitCloseableLockable.hasADoor(),
CloseableLockable.defaultsClosed()public boolean defaultsClosed()
CloseableLockable
defaultsClosed in interface CloseableLockabledefaultsClosed in class StdExitCloseableLockable.hasADoor(),
CloseableLockable.defaultsLocked()public java.lang.String closedText()
Exit
closedText in interface ExitclosedText in class StdExitCloseableLockable.hasADoor(),
CloseableLockable.defaultsClosed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||