UUIDs

Minecraft UUIDs are implemented in the UUID class.

class quarry.types.uuid.UUID(hex=None, bytes=None, bytes_le=None, fields=None, int=None, version=None)[source]
classmethod from_hex(hex)[source]
classmethod from_bytes(bytes)[source]
classmethod from_offline_player(display_name)[source]
classmethod random()[source]
to_hex(with_dashes=True)[source]
to_bytes()[source]