AddPlayer.this

Undocumented in source.
  1. this()
  2. this(UUID uuid, string username, long entityId, long runtimeId, Tuple!(float, "x", float, "y", float, "z") position, Tuple!(float, "x", float, "y", float, "z") motion, float pitch, float headYaw, float yaw, sul.protocol.pocket102.types.Slot heldItem, Metadata metadata)
    class AddPlayer
    pure nothrow @safe @nogc
    this
    (
    UUID uuid
    ,
    string username = string.init
    ,
    long entityId = long.init
    ,
    long runtimeId = long.init
    ,
    Tuple!(float, "x", float, "y", float, "z") position = Tuple!(float, "x", float, "y", float, "z").init
    ,
    Tuple!(float, "x", float, "y", float, "z") motion = Tuple!(float, "x", float, "y", float, "z").init
    ,
    float pitch = float.init
    ,
    float headYaw = float.init
    ,
    float yaw = float.init
    ,,)

Meta