|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanecho.JamochaMUD.plugins.FBLocationPlugIn
public class FBLocationPlugIn
This PlugIn strips the [fmcl] indicators from FurryMUCK locations, and places them as the window'start title
| Constructor Summary | |
|---|---|
FBLocationPlugIn()
|
|
| Method Summary | |
|---|---|
void |
activate()
This function tells the plug-in that it should be functioning. |
void |
deactivate()
This function tells the plug-in that it should not be active. |
boolean |
hasProperties()
We have no editable properties |
boolean |
haveConfig()
We don't require a directory for our settings |
void |
initialiseAtLoad()
Call to initialise any functions required immediately when the plug-in is loaded. |
boolean |
isActive()
Allows JamochaMUD to check whether this plug-in is active and should be used. |
java.lang.String |
plugInDescription()
Returns a description, eg. |
java.lang.String |
plugInName()
Returns the plugin's proper name |
void |
plugInProperties()
This plug-in has no properties to display |
java.lang.String |
plugInType()
Returns a type of either input, output, or other |
java.lang.String |
plugMain(java.lang.String jamochaString,
MuSocket mSock)
the core of the plugin |
void |
setAtHalt()
Previously this function did most of the functions of deactivate() but now this is reserved solely for shutting down the plug-in and doing any necessary clean-up. |
void |
setSettings(JMConfig mainSettings)
Set the variable for the JamochaMUD settings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FBLocationPlugIn()
| Method Detail |
|---|
public void setSettings(JMConfig mainSettings)
mainSettings - Main JamochaMUD settings.public java.lang.String plugInName()
PlugInterface
plugInName in interface PlugInterfacepublic java.lang.String plugInDescription()
PlugInterface
plugInDescription in interface PlugInterfacepublic java.lang.String plugInType()
PlugInterface
plugInType in interface PlugInterface
public java.lang.String plugMain(java.lang.String jamochaString,
MuSocket mSock)
PlugInterface
plugMain in interface PlugInterfacejamochaString - mSock -
public void plugInProperties()
plugInProperties in interface PlugInterfacepublic void initialiseAtLoad()
initialiseAtLoad in interface PlugInterfacepublic void setAtHalt()
PlugInterface
setAtHalt in interface PlugInterfacepublic boolean haveConfig()
haveConfig in interface PlugInterfacepublic boolean hasProperties()
hasProperties in interface PlugInterfacepublic void activate()
PlugInterface
activate in interface PlugInterfacepublic void deactivate()
PlugInterface
deactivate in interface PlugInterfacepublic boolean isActive()
PlugInterface
isActive in interface PlugInterface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||