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 multiplayerGame, bool broadcastToLan, bool broadcastToXbl, bool commandsEnabled, bool textureRequired, sul.protocol.pocket130.types.Rule[] gameRules, bool bonusChestEnabled, bool trustPlayersEnabled, int permissionLevel, int unknown26, string levelId, string worldName, string premiumWorldTemplate, bool unknown30, 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 multiplayerGame = true
    ,
    bool broadcastToLan = bool.init
    ,
    bool broadcastToXbl = bool.init
    ,
    bool commandsEnabled = bool.init
    ,
    bool textureRequired = bool.init
    ,,
    bool bonusChestEnabled = bool.init
    ,
    bool trustPlayersEnabled = bool.init
    ,
    int permissionLevel = int.init
    ,
    int unknown26 = int.init
    ,
    string levelId = string.init
    ,
    string worldName = string.init
    ,
    string premiumWorldTemplate = string.init
    ,
    bool unknown30 = bool.init
    ,
    ulong worldTicks = ulong.init
    )

Meta