toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.util
/
Utils
/
isInteger
is
Integer
fun
isInteger
(
str
:
String
?
)
:
Boolean
Check if str is an integer
Return
if str is an integer (e.g. "1234" = true, "hello" = false)
Parameters
str
str to check