BlinkEspData

data class BlinkEspData(val entity: Entity, val pos: Vec3, val rotation: Rotation) : Record

Constructors

Link copied to clipboard
constructor(entity: Entity, pos: Vec3, rotation: Rotation)

Properties

Link copied to clipboard
val entity: Entity
Link copied to clipboard
val pos: Vec3
Link copied to clipboard