StartGame

Undocumented in source.
class StartGame : Bedrock160Packet {}

Constructors

this
this()
Undocumented in source.
this
this(long entityId, ulong runtimeId, int gamemode, Vector!(float, "xyz") position, float yaw, float pitch, int seed, int dimension, int generator, int worldGamemode, int difficulty, Vector!(int, "xyz") spawnPosition, bool loadedInCreative, int time, ubyte version_, float rainLevel, float lightningLevel, bool multiplayerGame, bool broadcastToLan, bool broadcastToXbl, bool commandsEnabled, bool textureRequired, soupply.bedrock160.types.Rule[] gameRules, bool bonusChestEnabled, bool startWithMapEnabled, bool trustPlayersEnabled, int permissionLevel, int unknown27, string levelId, string worldName, string premiumWorldTemplate, bool unknown31, ulong worldTicks, int unknown33)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Make
Undocumented in source.

Static functions

fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ADVENTURE
enum int ADVENTURE;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
CREATIVE
enum int CREATIVE;
Undocumented in source.
EASY
enum int EASY;
Undocumented in source.
EDUCATION
enum ubyte EDUCATION;
Undocumented in source.
END
enum int END;
Undocumented in source.
FLAT
enum int FLAT;
Undocumented in source.
HARD
enum int HARD;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
INFINITE
enum int INFINITE;
Undocumented in source.
NETHER
enum int NETHER;
Undocumented in source.
NORMAL
enum int NORMAL;
Undocumented in source.
OLD
enum int OLD;
Undocumented in source.
OVERWORLD
enum int OVERWORLD;
Undocumented in source.
PEACEFUL
enum int PEACEFUL;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
SURVIVAL
enum int SURVIVAL;
Undocumented in source.
VANILLA
enum ubyte VANILLA;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
bonusChestEnabled
bool bonusChestEnabled;
Undocumented in source.
broadcastToLan
bool broadcastToLan;
Undocumented in source.
broadcastToXbl
bool broadcastToXbl;
Undocumented in source.
commandsEnabled
bool commandsEnabled;
Undocumented in source.
difficulty
int difficulty;
Undocumented in source.
dimension
int dimension;
Undocumented in source.
entityId
long entityId;
Undocumented in source.
gameRules
soupply.bedrock160.types.Rule[] gameRules;
Undocumented in source.
gamemode
int gamemode;
Undocumented in source.
generator
int generator;
Undocumented in source.
levelId
string levelId;
Undocumented in source.
lightningLevel
float lightningLevel;
Undocumented in source.
loadedInCreative
bool loadedInCreative;
Undocumented in source.
multiplayerGame
bool multiplayerGame;
Undocumented in source.
permissionLevel
int permissionLevel;
Undocumented in source.
pitch
float pitch;
Undocumented in source.
position
Vector!(float, "xyz") position;
Undocumented in source.
premiumWorldTemplate
string premiumWorldTemplate;
Undocumented in source.
rainLevel
float rainLevel;
Undocumented in source.
runtimeId
ulong runtimeId;
Undocumented in source.
seed
int seed;
Undocumented in source.
spawnPosition
Vector!(int, "xyz") spawnPosition;
Undocumented in source.
startWithMapEnabled
bool startWithMapEnabled;
Undocumented in source.
textureRequired
bool textureRequired;
Undocumented in source.
time
int time;
Undocumented in source.
trustPlayersEnabled
bool trustPlayersEnabled;
Undocumented in source.
unknown27
int unknown27;
Undocumented in source.
unknown31
bool unknown31;
Undocumented in source.
unknown33
int unknown33;
Undocumented in source.
version_
ubyte version_;
Undocumented in source.
worldGamemode
int worldGamemode;
Undocumented in source.
worldName
string worldName;
Undocumented in source.
worldTicks
ulong worldTicks;
Undocumented in source.
yaw
float yaw;
Undocumented in source.

Meta