toggle menu
VentureLibs
1.0
main
switch theme
search in API
VentureLibs
/
net.blockventuremc.modules.fun.baloon
/
Balloon
Balloon
open
class
Balloon
(
val
follow
:
Entity
)
(
source
)
Inheritors
EntityBalloon
ItemBalloon
Members
Constructors
Balloon
Link copied to clipboard
constructor
(
follow
:
Entity
)
Properties
balloon
Link copied to clipboard
var
balloon
:
PufferFish
?
follow
Link copied to clipboard
val
follow
:
Entity
velocity
Link copied to clipboard
var
velocity
:
Vector
Functions
lerp
Link copied to clipboard
fun
lerp
(
start
:
Vector
,
end
:
Vector
,
t
:
Float
)
:
Vector
remove
Link copied to clipboard
open
fun
remove
(
)
spawn
Link copied to clipboard
open
fun
spawn
(
location
:
Location
=
follow.location
)
update
Link copied to clipboard
open
fun
update
(
)