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 lightingLevel, bool commandsEnabled, bool textureRequired, sul.protocol.pocket112.types.Rule[] gameRules, string levelId, string worldName, string premiumWorldTemplate)
    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 lightingLevel = float.init
    ,
    bool commandsEnabled = bool.init
    ,
    bool textureRequired = bool.init
    ,,
    string levelId = string.init
    ,
    string worldName = string.init
    ,
    string premiumWorldTemplate = string.init
    )

Meta