| Package | Description |
|---|---|
| com.comphenix.xp | |
| com.comphenix.xp.parser.sections |
| Modifier and Type | Method and Description |
|---|---|
MobParser |
ConfigurationLoader.getMobParser()
Retrieves the parser responsible for parsing mob queries.
|
MobParser |
Configuration.getMobParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationLoader.setMobParser(MobParser mobParser)
Sets the parser responsible for parsing mob queries.
|
void |
Configuration.setMobParser(MobParser mobParser) |
| Modifier and Type | Field and Description |
|---|---|
protected MobParser |
MobSectionParser.mobParser |
| Constructor and Description |
|---|
MobSectionParser(ActionParser actionParser,
MobParser mobParser,
double multiplier) |