EntityBalloon

class EntityBalloon(val follow: Entity, val entityType: EntityType) : Balloon(source)

Constructors

Link copied to clipboard
constructor(follow: Entity, entityType: EntityType)

Properties

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

Functions

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