AdventureSettings

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint flags, uint permissionLevel, uint abilities, uint playerRank, uint customPermissions, long entityId)
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

ALLOW_FLIGHT
enum uint ALLOW_FLIGHT;
Undocumented in source.
ATTACK_MOBS
enum uint ATTACK_MOBS;
Undocumented in source.
ATTACK_PLAYERS
enum uint ATTACK_PLAYERS;
Undocumented in source.
AUTO_JUMP
enum uint AUTO_JUMP;
Undocumented in source.
BUILD_AND_MINE
enum uint BUILD_AND_MINE;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
CUSTOM
enum uint CUSTOM;
Undocumented in source.
DOORS_AND_SWITCHES
enum uint DOORS_AND_SWITCHES;
Undocumented in source.
EVP_DISABLED
enum uint EVP_DISABLED;
Undocumented in source.
FLYING
enum uint FLYING;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
IMMUTABLE_WORLD
enum uint IMMUTABLE_WORLD;
Undocumented in source.
LEVEL_ADMIN
enum uint LEVEL_ADMIN;
Undocumented in source.
LEVEL_AUTOMATION
enum uint LEVEL_AUTOMATION;
Undocumented in source.
LEVEL_HOST
enum uint LEVEL_HOST;
Undocumented in source.
LEVEL_OPERATOR
enum uint LEVEL_OPERATOR;
Undocumented in source.
LEVEL_USER
enum uint LEVEL_USER;
Undocumented in source.
MEMBER
enum uint MEMBER;
Undocumented in source.
MUTED
enum uint MUTED;
Undocumented in source.
MVP_DISBALED
enum uint MVP_DISBALED;
Undocumented in source.
NO_CLIP
enum uint NO_CLIP;
Undocumented in source.
OP
enum uint OP;
Undocumented in source.
OPEN_CONTAINERS
enum uint OPEN_CONTAINERS;
Undocumented in source.
OPERATOR
enum uint OPERATOR;
Undocumented in source.
PVM_DISABLED
enum uint PVM_DISABLED;
Undocumented in source.
PVP_DISABLED
enum uint PVP_DISABLED;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
TELEPORT
enum uint TELEPORT;
Undocumented in source.
VISITOR
enum uint VISITOR;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
abilities
uint abilities;
Undocumented in source.
customPermissions
uint customPermissions;
Undocumented in source.
entityId
long entityId;
Undocumented in source.
flags
uint flags;
Undocumented in source.
permissionLevel
uint permissionLevel;
Undocumented in source.
playerRank
uint playerRank;
Undocumented in source.

Meta