Class Activerse
java.lang.Object
ActiverseEngine.Activerse
Provides utility methods to start and stop the Activerse application.
 This class contains static methods to manage the application lifecycle.
- Version:
- 1.4.0
- Author:
- Knivier
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Activersepublic Activerse()
 
- 
- 
Method Details- 
startStarts the Activerse application with the specified world.- Parameters:
- world- The world to start the application with.
- Throws:
- IllegalArgumentException- if the world is null.
 
- 
setWorldSets the world to the inputted world.- Parameters:
- world- The new world to be set.
- Throws:
- IllegalArgumentException- if the world is null.
 
- 
stopStops the Activerse application by stopping the specified world.- Parameters:
- world- The world to stop.
 
 
-