Log

Sends a logged message to the hub.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Structs

Message
struct Message
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
NO_COMMAND
enum int NO_COMMAND;
Undocumented in source.
NO_WORLD
enum int NO_WORLD;
Undocumented in source.
commandId
int commandId;

Identifier of the command that has generated the log or -1 if the log wasn't generated by a command.

message
Message[] message;

Logged message or translation. It may contain Minecraft formatting codes.

timestamp
ulong timestamp;

Unix time (in milliseconds) that indicates the exact creation time of the log (for ordering purposes).

worldId
int worldId;

Id of the world that has generated the log, if the log comes from a world, -1 otherwise.

Mixed In Members

From mixin Make

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

Meta