api
a9eff54633
jvm
api
/
org.kryptonmc.api.effect.particle.data
/
DirectionalParticleData
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
@
JvmStatic
@
Contract
(
value
=
"_, _ -> new"
,
pure
=
true
)
fun
of
(
direction
:
Vec3d
?
,
velocity
:
Float
)
:
DirectionalParticleData
Creates new directional particle data with the given
direction
and
velocity
.