Balloon

open class Balloon(val follow: Entity)(source)

Inheritors

Constructors

Link copied to clipboard
constructor(follow: Entity)

Properties

Link copied to clipboard
var balloon: PufferFish?
Link copied to clipboard
val follow: Entity
Link copied to clipboard
var velocity: Vector

Functions

Link copied to clipboard
fun lerp(start: Vector, end: Vector, t: Float): Vector
Link copied to clipboard
open fun remove()
Link copied to clipboard
open fun spawn(location: Location = follow.location)
Link copied to clipboard
open fun update()