RequestCreation.this

Undocumented in source.
  1. this()
  2. this(string name, ubyte dimension, ubyte generator, ubyte difficulty, ubyte gamemode, int seed, int parent)
    class RequestCreation
    pure nothrow @safe @nogc
    this
    (
    string name
    ,
    ubyte dimension = ubyte.init
    ,
    ubyte generator = ubyte.init
    ,
    ubyte difficulty = ubyte.init
    ,
    ubyte gamemode = ubyte.init
    ,
    int seed = int.init
    ,
    int parent = -1
    )

Meta