Uses of Class
cleoni.adv.WorldLoader

Packages that use WorldLoader
cleoni.adv   
org.dimx   
 

Uses of WorldLoader in cleoni.adv
 

Methods in cleoni.adv with parameters of type WorldLoader
 boolean IWorldInitProcessor.processPostWorldInit(multiplayer server, WorldLoader loader, World world, java.lang.String systemDir)
          This API is subject to change until it is fully developed.
 boolean IWorldInitProcessor.processPreWorldInit(multiplayer server, WorldLoader loader, World world, java.lang.String systemDir)
          This API is subject to change until it is fully developed.
 

Uses of WorldLoader in org.dimx
 

Methods in org.dimx with parameters of type WorldLoader
 boolean CustCmdProcessor.processPostWorldInit(multiplayer server, WorldLoader loader, World world, java.lang.String systemDir)
          Sample custom processor simply logs debug messages and returns 'true' to allow normal world.init to finalize.
 boolean AdvancedLanguageParser.processPostWorldInit(multiplayer server, WorldLoader loader, World world, java.lang.String systemDir)
          Perform custom initialization and allow normal world.init to finalize.
 boolean CustCmdProcessor.processPreWorldInit(multiplayer server, WorldLoader loader, World world, java.lang.String systemDir)
          Sample custom processor simply logs a debug message and returns 'true' to allow normal world.init to occur.
 boolean AdvancedLanguageParser.processPreWorldInit(multiplayer server, WorldLoader loader, World world, java.lang.String systemDir)
          This API is subject to change until it is fully developed.