Package ActiverseEngine
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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Activerse
public Activerse()
-
-
Method Details
-
start
Starts the Activerse application with the specified world.- Parameters:
world
- The world to start the application with.- Throws:
IllegalArgumentException
- if the world is null.
-
setWorld
Sets the world to the inputted world.- Parameters:
world
- The new world to be set.- Throws:
IllegalArgumentException
- if the world is null.
-
stop
Stops the Activerse application by stopping the specified world.- Parameters:
world
- The world to stop.
-