StartGame

Undocumented in source.
class StartGame : Bedrock274Packet {}

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_, bool eduFeaturesEnabled, float rainLevel, float lightningLevel, bool multiplayerGame, bool broadcastToLan, bool broadcastToXbl, bool commandsEnabled, bool textureRequired, soupply.bedrock274.types.Rule[] gameRules, bool hasBonusChestEnabled, bool hasStartWithMapEnabled, bool hasTrustPlayersEnabled, int defaultPermissionLevel, int xboxLiveBroadcastMode, uint serverChunkTickRadius, bool hasPlatformBroadcast, int platformBroadcastMode, bool xboxLiveBroadcastIntent, bool hasLockedBehaviorPack, bool hasLockedResourcePack, bool isFromLockedWorldTemplate, string levelId, string worldName, string premiumWorldTemplate, bool isTrial, ulong currentTick, int enchantmentSeed)
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.
broadcastToLan
bool broadcastToLan;
Undocumented in source.
broadcastToXbl
bool broadcastToXbl;
Undocumented in source.
commandsEnabled
bool commandsEnabled;
Undocumented in source.
currentTick
ulong currentTick;
Undocumented in source.
defaultPermissionLevel
int defaultPermissionLevel;
Undocumented in source.
difficulty
int difficulty;
Undocumented in source.
dimension
int dimension;
Undocumented in source.
eduFeaturesEnabled
bool eduFeaturesEnabled;
Undocumented in source.
enchantmentSeed
int enchantmentSeed;
Undocumented in source.
entityId
long entityId;
Undocumented in source.
gameRules
soupply.bedrock274.types.Rule[] gameRules;
Undocumented in source.
gamemode
int gamemode;
Undocumented in source.
generator
int generator;
Undocumented in source.
hasBonusChestEnabled
bool hasBonusChestEnabled;
Undocumented in source.
hasLockedBehaviorPack
bool hasLockedBehaviorPack;
Undocumented in source.
hasLockedResourcePack
bool hasLockedResourcePack;
Undocumented in source.
hasPlatformBroadcast
bool hasPlatformBroadcast;
Undocumented in source.
hasStartWithMapEnabled
bool hasStartWithMapEnabled;
Undocumented in source.
hasTrustPlayersEnabled
bool hasTrustPlayersEnabled;
Undocumented in source.
isFromLockedWorldTemplate
bool isFromLockedWorldTemplate;
Undocumented in source.
isTrial
bool isTrial;
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.
pitch
float pitch;
Undocumented in source.
platformBroadcastMode
int platformBroadcastMode;
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.
serverChunkTickRadius
uint serverChunkTickRadius;
Undocumented in source.
spawnPosition
Vector!(int, "xyz") spawnPosition;
Undocumented in source.
textureRequired
bool textureRequired;
Undocumented in source.
time
int time;
Undocumented in source.
version_
ubyte version_;
Undocumented in source.
worldGamemode
int worldGamemode;
Undocumented in source.
worldName
string worldName;
Undocumented in source.
xboxLiveBroadcastIntent
bool xboxLiveBroadcastIntent;
Undocumented in source.
xboxLiveBroadcastMode
int xboxLiveBroadcastMode;
Undocumented in source.
yaw
float yaw;
Undocumented in source.

Meta