StartGame.this

Undocumented in source.
  1. this()
  2. this(long entityId, long runtimeId, Tuple!(float, "x", float, "y", float, "z") position, float yaw, float pitch, int seed, int dimension, int generator, int worldGamemode, int difficulty, Tuple!(int, "x", int, "y", int, "z") spawnPosition, bool loadedInCreative, int time, ubyte edition, float rainLevel, float lightningLevel, bool commandsEnabled, bool textureRequired, string levelId, string worldName)
    class StartGame
    pure nothrow @safe @nogc
    this
    (,
    long runtimeId = long.init
    ,
    Tuple!(float, "x", float, "y", float, "z") position = Tuple!(float, "x", float, "y", float, "z").init
    ,
    float yaw = float.init
    ,
    float pitch = float.init
    ,
    int seed = int.init
    ,
    int dimension = 0
    ,
    int generator = 1
    ,
    int worldGamemode = int.init
    ,
    int difficulty = int.init
    ,
    Tuple!(int, "x", int, "y", int, "z") spawnPosition = Tuple!(int, "x", int, "y", int, "z").init
    ,
    bool loadedInCreative = bool.init
    ,
    int time = int.init
    ,
    ubyte edition = ubyte.init
    ,
    float rainLevel = float.init
    ,
    float lightningLevel = float.init
    ,
    bool commandsEnabled = bool.init
    ,
    bool textureRequired = bool.init
    ,
    string levelId = string.init
    ,
    string worldName = string.init
    )

Meta