Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.parser | |
com.comphenix.xp.parser.sections |
Modifier and Type | Method and Description |
---|---|
ActionParser |
Configuration.getActionParser() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setActionParser(ActionParser actionParser) |
Modifier and Type | Method and Description |
---|---|
ActionParser |
ActionParser.createView(RewardProvider provider)
Creates a shallow copy of this parser with the given reward provider.
|
Modifier and Type | Field and Description |
---|---|
protected ActionParser |
ItemsSectionParser.actionParser |
protected ActionParser |
MobSectionParser.actionParser |
protected ActionParser |
PlayerSectionParser.actionParser |
Constructor and Description |
---|
ItemsSectionParser(ItemParser itemParser,
ActionParser actionParser,
ActionTypes types,
double multiplier) |
MobSectionParser(ActionParser actionParser,
MobParser mobParser,
double multiplier) |
PlayerSectionParser(ActionParser actionParser,
double multiplier) |