| Modifier and Type | Method and Description |
|---|---|
MageController |
CastContext.getController() |
| Modifier and Type | Method and Description |
|---|---|
void |
MageDataStore.initialize(MageController controller,
org.bukkit.configuration.ConfigurationSection configuration)
Initialize the data store.
|
| Modifier and Type | Method and Description |
|---|---|
MageController |
EffectContext.getController() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityData.attach(MageController controller,
org.bukkit.entity.Entity entity)
Deprecated.
|
void |
EntityData.load(MageController controller,
org.bukkit.configuration.ConfigurationSection parameters)
Deprecated.
|
boolean |
EntityData.modify(MageController controller,
org.bukkit.entity.Entity entity)
Deprecated.
|
org.bukkit.entity.Entity |
EntityData.spawn(MageController controller)
Deprecated.
|
org.bukkit.entity.Entity |
EntityData.spawn(MageController controller,
org.bukkit.Location location)
Deprecated.
|
org.bukkit.entity.Entity |
EntityData.spawn(MageController controller,
org.bukkit.Location location,
org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason reason)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MageController |
PreLoadEvent.getController() |
MageController |
MagicMobDeathEvent.getController() |
MageController |
LoadEvent.getController() |
| Constructor and Description |
|---|
LoadEvent(MageController controller) |
MagicMobDeathEvent(MageController controller,
EntityData entityData,
org.bukkit.event.entity.EntityDeathEvent deathEvent) |
PreLoadEvent(MageController controller) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cost.checkSupported(MageController controller,
String... fallbackTypes)
Convert this to cost to a different type if the current cost is not supported.
|
void |
Cost.convert(MageController controller,
String newType)
Change the type of this cost, converting the amount using global conversion configurations.
|
MaterialAndData |
Icon.getItemDisabledMaterial(MageController controller)
Automatically get the URL, legacy or modern version of this icon, depending on icon and server settings
|
MaterialAndData |
Icon.getItemMaterial(MageController controller)
Automatically get the URL, legacy or modern version of this icon, depending on icon and server settings
|
| Modifier and Type | Method and Description |
|---|---|
MageController |
CasterProperties.getController() |
MageController |
MagicAPI.getController()
Get the MageController.
|
MageController |
Mage.getController() |
| Constructor and Description |
|---|
Trigger(MageController controller,
org.bukkit.configuration.ConfigurationSection configuration) |
Trigger(MageController controller,
org.bukkit.configuration.ConfigurationSection configuration,
String defaultType) |
Trigger(MageController controller,
String triggerKey) |
| Modifier and Type | Method and Description |
|---|---|
MageController |
Spell.getController() |
| Modifier and Type | Method and Description |
|---|---|
void |
MageSpell.initialize(MageController controller) |
| Modifier and Type | Method and Description |
|---|---|
MageController |
Wand.getController() |
Copyright © 2021 elMakers. All rights reserved.