DecodedMetadata

Undocumented in source.

Members

Static functions

fromBlockPosition
DecodedMetadata fromBlockPosition(uint id, Tuple!(int, "x", int, "y", int, "z") value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromByte
DecodedMetadata fromByte(uint id, byte value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromEntityPosition
DecodedMetadata fromEntityPosition(uint id, Tuple!(float, "x", float, "y", float, "z") value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFloat
DecodedMetadata fromFloat(uint id, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromInt
DecodedMetadata fromInt(uint id, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromLong
DecodedMetadata fromLong(uint id, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromShort
DecodedMetadata fromShort(uint id, short value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromSlot
DecodedMetadata fromSlot(uint id, sul.protocol.bedrock141.types.Slot value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
DecodedMetadata fromString(uint id, string 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
uint id;
Undocumented in source.
type
uint type;
Undocumented in source.

Meta