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