PlayerSession.world

Gets the player's world, which is updated by the node every time the client changes dimension.

  1. shared(World) world [@property getter]
    class PlayerSession
    final shared nothrow @property @safe @nogc
    shared(World)
    world
    ()
  2. World world [@property setter]

Meta