StartGame.this

Undocumented in source.
  1. this()
  2. this(long entityId, long runtimeId, int gamemode, 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 vers, float rainLevel, float lightningLevel, bool commandsEnabled, bool textureRequired, sul.protocol.pocket113.types.Rule[] gameRules, string levelId, string worldName, string premiumWorldTemplate, bool unknown23, ulong worldTicks)
    class StartGame
    pure nothrow @safe @nogc
    this
    (,
    long runtimeId = long.init
    ,
    int gamemode = int.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 vers = 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
    ,
    string premiumWorldTemplate = string.init
    ,
    bool unknown23 = bool.init
    ,
    ulong worldTicks = ulong.init
    )

Meta