Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.dungeons.utility
/
DungeonUtils
/
Pair
Pair
public
class
Pair
Members
Constructors
Dungeon
Utils.
Pair
Link copied to clipboard
public
void
DungeonUtils.Pair
(
Integer
lowestValue
,
Integer
highestValue
)
Properties
highest
Value
Link copied to clipboard
public
Integer
highestValue
lowest
Value
Link copied to clipboard
public
Integer
lowestValue
Functions
get
Highest
Value
Link copied to clipboard
public
Integer
getHighestValue
(
)
get
Lowest
Value
Link copied to clipboard
public
Integer
getLowestValue
(
)