Uses of Class
ActiverseEngine.World

Packages that use World
Package
Description
 
  • Uses of World in ActiverseEngine

    Methods in ActiverseEngine that return World
    Modifier and Type
    Method
    Description
    Actor.getWorld()
    Gets the world that the actor belongs to.
    Methods in ActiverseEngine with parameters of type World
    Modifier and Type
    Method
    Description
    static void
    Activerse.setWorld(World world)
    Sets the world to the inputted world.
    void
    Actor.setWorld(World world)
    Sets the world that the actor belongs to.
    static void
    Activerse.start(World world)
    Starts the Activerse application with the specified world.
    static void
    Activerse.stop(World world)
    Stops the Activerse application by stopping the specified world.
    Constructors in ActiverseEngine with parameters of type World
    Modifier
    Constructor
    Description
     
    GameLoop(World world)