MovePlayer.this

Undocumented in source.
  1. this()
  2. this(long entityId, Tuple!(float, "x", float, "y", float, "z") position, float pitch, float headYaw, float yaw, ubyte animation, bool onGround)
    class MovePlayer
    pure nothrow @safe @nogc
    this
    (,
    Tuple!(float, "x", float, "y", float, "z") position = Tuple!(float, "x", float, "y", float, "z").init
    ,
    float pitch = float.init
    ,
    float headYaw = float.init
    ,
    float yaw = float.init
    ,
    ubyte animation = ubyte.init
    ,
    bool onGround = bool.init
    )

Meta