|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWorldInitProcessor
Required interface for customized world.init processing. A custom processor of any classname wishing to intercept or extend world.init processing must implement this interface and have a default, no argument constructor. The custom processor should be defined as a WORLD attribute within the MyWorld.DXW file. Example:
WORLD
...
custCmdProc org.dimx.ACustCmdProcessor
...
OTHER_TAGS
END_OTHER_TAGS
END_WORLD
| Method Summary | |
|---|---|
boolean |
processPostWorldInit(multiplayer server,
WorldLoader loader,
World world,
java.lang.String systemDir)
This API is subject to change until it is fully developed. |
boolean |
processPreWorldInit(multiplayer server,
WorldLoader loader,
World world,
java.lang.String systemDir)
This API is subject to change until it is fully developed. |
| Method Detail |
|---|
boolean processPreWorldInit(multiplayer server,
WorldLoader loader,
World world,
java.lang.String systemDir)
server - loader - world - systemDir -
boolean processPostWorldInit(multiplayer server,
WorldLoader loader,
World world,
java.lang.String systemDir)
server - loader - world - systemDir -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||