|
|||||||||
| 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 CMObjectID in class StdClosedDoorwaypublic java.lang.String Name()
Environmental
Name in interface EnvironmentalName in class StdClosedDoorwayTickable.name()public java.lang.String doorName()
Exit
doorName in interface ExitdoorName in class StdExitExit.setExitParams(String, String, String, String)public java.lang.String closedText()
Exit
closedText in interface ExitclosedText in class StdClosedDoorwayCloseableLockable.hasADoor(),
CloseableLockable.defaultsClosed()public java.lang.String description()
Environmental
description in interface Environmentaldescription in class StdClosedDoorwaypublic java.lang.String closeWord()
Exit
closeWord in interface ExitcloseWord in class StdExitExit.openWord(),
CloseableLockable.hasADoor(),
CloseableLockable.defaultsClosed(),
Exit.setExitParams(String, String, String, String)public java.lang.String openWord()
Exit
openWord in interface ExitopenWord in class StdExitExit.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 | ||||||||