toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.result
/
MinAndMaxHolder
Min
And
Max
Holder
class
MinAndMaxHolder
Holds values used when a min and max value is needed
Author
stumper66
Since
3.12.2
Members
Constructors
Min
And
Max
Holder
Link copied to clipboard
constructor
(
min
:
Int
,
max
:
Int
)
constructor
(
min
:
Float
,
max
:
Float
)
Properties
is
Using
Float
Link copied to clipboard
var
isUsingFloat
:
Boolean
max
Link copied to clipboard
var
max
:
Float
max
As
Int
Link copied to clipboard
var
maxAsInt
:
Int
min
Link copied to clipboard
var
min
:
Float
min
As
Int
Link copied to clipboard
var
minAsInt
:
Int
use
Min
Link copied to clipboard
var
useMin
:
Boolean
Functions
ensure
Min
And
Max
Link copied to clipboard
fun
ensureMinAndMax
(
float
:
Float
,
max
:
Float
)
fun
ensureMinAndMax
(
min
:
Int
,
max
:
Int
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String