CommandRequest

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string command, uint type, soupply.bedrock160.types.McpeUuid uuid, string requestId, int playerId, bool internal)
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

CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
COMMAND_BLOCK
enum uint COMMAND_BLOCK;
Undocumented in source.
DEV_CONSOLE
enum uint DEV_CONSOLE;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
MINECART_COMMAND_BLOCK
enum uint MINECART_COMMAND_BLOCK;
Undocumented in source.
PLAYER
enum uint PLAYER;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
command
string command;
Undocumented in source.
internal
bool internal;
Undocumented in source.
playerId
int playerId;
Undocumented in source.
requestId
string requestId;
Undocumented in source.
type
uint type;
Undocumented in source.
uuid
soupply.bedrock160.types.McpeUuid uuid;
Undocumented in source.

Meta