HomeK

dataprism.skunk.HomeK
See theHomeK companion object
case class HomeK[F[_]](owner: F[UUID], name: F[String], createdAt: F[Instant], updatedAt: F[Instant], x: F[Double], y: F[Double], z: F[Double], yaw: F[Float], pitch: F[Float], worldUuid: F[UUID])

Attributes

Companion
object
Source
testing.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product