SpawnObject.this

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

Meta