MoveEntity.this

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

Meta