Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.parser.sections |
Modifier and Type | Method and Description |
---|---|
static ActionTypes |
ActionTypes.Default()
Retrieves the default action registry.
|
ActionTypes |
ConfigurationLoader.getActionTypes()
Retrieves the current registered action types.
|
ActionTypes |
Configuration.getActionTypes()
Retrieves the current registered action types.
|
ActionTypes |
ExperienceMod.getActionTypes()
Retrieves the current registered action types.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationLoader.setActionTypes(ActionTypes actionTypes)
Sets the current registry of action types.
|
void |
Configuration.setActionTypes(ActionTypes actionTypes)
Sets the current registry of action types.
|
Constructor and Description |
---|
Configuration(Debugger debugger,
ActionTypes actionTypes) |
Modifier and Type | Field and Description |
---|---|
protected ActionTypes |
ItemsSectionParser.actionTypes |
Constructor and Description |
---|
ItemsSectionParser(ItemParser itemParser,
ActionParser actionParser,
ActionTypes types,
double multiplier) |