MoveEntity.this

Undocumented in source.
  1. this()
  2. this(long entityId, Vector!(float, "xyz") position, ubyte pitch, ubyte headYaw, ubyte yaw, bool onGround, bool teleported)
    class MoveEntity
    pure nothrow @safe @nogc
    this
    (,
    Vector!(float, "xyz") position = Vector!(float, "xyz").init
    ,
    ubyte pitch = ubyte.init
    ,
    ubyte headYaw = ubyte.init
    ,
    ubyte yaw = ubyte.init
    ,
    bool onGround = bool.init
    ,
    bool teleported = bool.init
    )

Meta