|
|||||||||
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.Grate
public class Grate
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 | |
---|---|
Grate()
|
Method Summary | |
---|---|
java.lang.String |
closedText()
Returns a text description of what this exit looks like when closed. |
java.lang.String |
closeWord()
Returns the verb used for describing closing this exit, e.g. |
java.lang.String |
description()
The basic description of this object, as shown when the item is directly LOOKed at. |
java.lang.String |
doorName()
Returns the short name of this door, e.g. |
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. |
java.lang.String |
openWord()
Returns the verb used for describing opening this exit, e.g. |
Methods inherited from class com.planet_ink.coffee_mud.Exits.StdClosedDoorway |
---|
defaultsClosed, defaultsLocked, displayText, hasADoor, hasALock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grate()
Method Detail |
---|
public java.lang.String ID()
CMObject
ID
in interface CMObject
ID
in class StdClosedDoorway
public java.lang.String Name()
Environmental
Name
in interface Environmental
Name
in class StdClosedDoorway
Tickable.name()
public java.lang.String doorName()
Exit
doorName
in interface Exit
doorName
in class StdExit
Exit.setExitParams(String, String, String, String)
public java.lang.String closedText()
Exit
closedText
in interface Exit
closedText
in class StdClosedDoorway
CloseableLockable.hasADoor()
,
CloseableLockable.defaultsClosed()
public java.lang.String description()
Environmental
description
in interface Environmental
description
in class StdClosedDoorway
public java.lang.String closeWord()
Exit
closeWord
in interface Exit
closeWord
in class StdExit
Exit.openWord()
,
CloseableLockable.hasADoor()
,
CloseableLockable.defaultsClosed()
,
Exit.setExitParams(String, String, String, String)
public java.lang.String openWord()
Exit
openWord
in interface Exit
openWord
in class StdExit
Exit.closeWord()
,
CloseableLockable.hasADoor()
,
CloseableLockable.defaultsClosed()
,
Exit.setExitParams(String, String, String, String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |