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)
    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
    )

Meta