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.commands.admin
/
KillHandler
Kill
Handler
public
class
KillHandler
Members
Constructors
Kill
Handler
Link copied to clipboard
public
void
KillHandler
(
)
Functions
kill
Aggressive
Mobs
Link copied to clipboard
public
static
void
killAggressiveMobs
(
CommandSender
commandSender
)
kill
Entity
Type
Link copied to clipboard
public
static
void
killEntityType
(
CommandSender
commandSender
,
EntityType
entityType
)
radius
Kill
Aggressive
Mobs
Link copied to clipboard
public
static
void
radiusKillAggressiveMobs
(
Player
player
,
int radius
)
radius
Kill
Specific
Mobs
Link copied to clipboard
public
static
void
radiusKillSpecificMobs
(
Player
player
,
EntityType
entityType
,
int radius
)