toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.util
/
Utils
/
round
round
fun
round
(
value
:
Double
)
:
Double
Rounds value to 2 decimal points.
Return
rounded value
Parameters
value
value to round
fun
round
(
value
:
Double
,
digits
:
Int
)
:
Double