PlayerPosition.this

Undocumented in source.
  1. this()
  2. this(Tuple!(double, "x", double, "y", double, "z") position, bool onGround)
    class PlayerPosition
    pure nothrow @safe @nogc
    this
    (
    Tuple!(double, "x", double, "y", double, "z") position
    ,
    bool onGround = bool.init
    )

Meta