DecodedMetadata

Undocumented in source.

Members

Static functions

fromBlock
DecodedMetadata fromBlock(ubyte id, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromBool
DecodedMetadata fromBool(ubyte id, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromByte
DecodedMetadata fromByte(ubyte id, byte value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromChat
DecodedMetadata fromChat(ubyte id, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromDirection
DecodedMetadata fromDirection(ubyte id, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFloat
DecodedMetadata fromFloat(ubyte id, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromInt
DecodedMetadata fromInt(ubyte id, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromNbt
DecodedMetadata fromNbt(ubyte id, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromOptionalPosition
DecodedMetadata fromOptionalPosition(ubyte id, sul.protocol.java338.types.OptionalPosition value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromPosition
DecodedMetadata fromPosition(ubyte id, ulong value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromRotation
DecodedMetadata fromRotation(ubyte id, Tuple!(float, "x", float, "y", float, "z") value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromSlot
DecodedMetadata fromSlot(ubyte id, sul.protocol.java338.types.Slot value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
DecodedMetadata fromString(ubyte id, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromUuid
DecodedMetadata fromUuid(ubyte id, sul.protocol.java338.types.OptionalUuid value)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

id
ubyte id;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta