SpawnObject.this

Undocumented in source.
  1. this()
  2. this(uint entityId, UUID uuid, ubyte type, Vector!(double, "xyz") position, ubyte pitch, ubyte yaw, int data, Vector!(short, "xyz") velocity)
    class SpawnObject
    pure nothrow @safe @nogc
    this
    (,,
    ubyte type = ubyte.init
    ,
    Vector!(double, "xyz") position = Vector!(double, "xyz").init
    ,
    ubyte pitch = ubyte.init
    ,
    ubyte yaw = ubyte.init
    ,
    int data = int.init
    ,
    Vector!(short, "xyz") velocity = Vector!(short, "xyz").init
    )

Meta