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.instanced.arena
/
ArenaEntity
Arena
Entity
public
class
ArenaEntity
Members
Constructors
Arena
Entity
Link copied to clipboard
public
void
ArenaEntity
(
String
spawnPointName
,
int wave
,
String
bossfile
)
Properties
bossfile
Link copied to clipboard
public
String
bossfile
level
Link copied to clipboard
public
int
level
spawn
Location
Link copied to clipboard
public
Location
spawnLocation
spawn
Point
Name
Link copied to clipboard
public
String
spawnPointName
wave
Link copied to clipboard
public
int
wave
Functions
get
Bossfile
Link copied to clipboard
public
String
getBossfile
(
)
get
Level
Link copied to clipboard
public
int
getLevel
(
)
get
Spawn
Location
Link copied to clipboard
public
Location
getSpawnLocation
(
)
get
Spawn
Point
Name
Link copied to clipboard
public
String
getSpawnPointName
(
)
get
Wave
Link copied to clipboard
public
int
getWave
(
)
is
Mythic
Mob
Link copied to clipboard
public
boolean
isMythicMob
(
)
set
Bossfile
Link copied to clipboard
public
void
setBossfile
(
String
bossfile
)
set
Level
Link copied to clipboard
public
void
setLevel
(
int level
)
set
Mythic
Mob
Link copied to clipboard
public
void
setMythicMob
(
boolean mythicMob
)
set
Spawn
Location
Link copied to clipboard
public
void
setSpawnLocation
(
Location
spawnLocation
)
set
Spawn
Point
Name
Link copied to clipboard
public
void
setSpawnPointName
(
String
spawnPointName
)
set
Wave
Link copied to clipboard
public
void
setWave
(
int wave
)