gatelogue_aggregator.sources.warp_api.Warp

class gatelogue_aggregator.sources.warp_api.Warp(id: int, name: str, player_uuid: UUID, world_uuid: UUID, x: float, y: float, z: float, pitch: float, yaw: float, creation_date: datetime, type: int, visits: int, welcome_message: str)

Bases: Struct

__init__()

Methods

__init__()

Attributes

creation_date

id

name

pitch

player_uuid

type

visits

welcome_message

world_uuid

x

y

yaw

z

coordinates

world

property coordinates: tuple[int, int]
creation_date: datetime
id: int
name: str
pitch: float
player_uuid: UUID
type: int
visits: int
welcome_message: str
property world: World | None
world_uuid: UUID
x: float
y: float
yaw: float
z: float