Uses of Record Class
io.github.protasm.jvmud.engine.world.World
Packages that use World
Package
Description
Engine-owned world model: worlds, places, entities, links, locations, and containment.
-
Uses of World in io.github.protasm.jvmud.engine.world
Methods in io.github.protasm.jvmud.engine.world that return WorldModifier and TypeMethodDescriptionWorldRuntime.world()Returns the world metadata for this runtime.Constructors in io.github.protasm.jvmud.engine.world with parameters of type WorldModifierConstructorDescriptionWorldRuntime(World world) Creates a new runtime for a single world.