public class MenacingMobsConfig
extends java.lang.Object
MenacingMobsSpawner
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
bestiaryEntryName
The full name of the mob's bestiary entry.
|
private boolean |
enableHealthBar
If the mob will receive a health bar (in red, or yellow if menacing).
|
private boolean |
enableModifiers
If the mob will receive a menacing modifier.
|
private boolean |
enableRaidHealthBar
If the mob will receive a boss health bar (in purple).
|
private boolean |
enableSecondModifier
If the mob will receive a second menacing modifier.
|
private java.lang.String |
expDropString
How much exp the mob will drop and for which level.
|
private java.lang.String |
keyDropString
What key the mob will drop.
|
Constructor and Description |
---|
MenacingMobsConfig(io.lumine.xikage.mythicmobs.io.MythicConfig mythicConfig)
Reads the values from the MythicConfig into the new MenacingMobsConfig
Possible config values are:
BestiaryEntry (name) = The full name of the mob's bestiary entry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBestiaryEntryName() |
double |
getExpAmount() |
java.lang.String |
getExpDropString() |
int |
getExpTier() |
java.lang.String |
getKeyDropString() |
boolean |
isEnableHealthBar() |
boolean |
isEnableModifiers() |
boolean |
isEnableRaidHealthBar() |
boolean |
isEnableSecondModifier() |
private java.lang.String bestiaryEntryName
private boolean enableModifiers
private boolean enableSecondModifier
private boolean enableHealthBar
private boolean enableRaidHealthBar
private java.lang.String expDropString
private java.lang.String keyDropString
public MenacingMobsConfig(io.lumine.xikage.mythicmobs.io.MythicConfig mythicConfig)
mythicConfig
- The mythic mobs config.public java.lang.String getBestiaryEntryName()
public boolean isEnableModifiers()
public boolean isEnableSecondModifier()
public boolean isEnableHealthBar()
public boolean isEnableRaidHealthBar()
public java.lang.String getExpDropString()
public int getExpTier()
public double getExpAmount()
public java.lang.String getKeyDropString()