| Package | Description |
|---|---|
| com.elmakers.mine.bukkit.api.event | |
| com.elmakers.mine.bukkit.api.requirements |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RequirementsProcessor> |
PreLoadEvent.getRequirementProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreLoadEvent.registerRequirementsProcessor(String requirementType,
RequirementsProcessor processor)
Register a RequirementsProcessor for handling a specific type of requirement.
|
void |
LoadEvent.registerRequirementsProcessor(String requirementType,
RequirementsProcessor processor)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequirementsProvider
Replaces RequirementsProcessor for easier registration via MageController.register()
|
Copyright © 2021 elMakers. All rights reserved.