public interface WandTemplate extends MagicProperties
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.configuration.ConfigurationSection |
getAttributes() |
String |
getAttributeSlot() |
Set<String> |
getCategories() |
org.bukkit.configuration.ConfigurationSection |
getConfiguration() |
String |
getCreator() |
String |
getCreatorId() |
Collection<EffectPlayer> |
getEffects(String key) |
String |
getKey() |
WandTemplate |
getMigrateTemplate() |
WandTemplate |
getParent() |
boolean |
hasTag(String tag) |
boolean |
isRestorable() |
boolean |
isSoul()
Deprecated.
|
String |
migrateIcon(String icon) |
boolean |
playEffects(Mage mage,
String key)
Deprecated.
|
boolean |
playEffects(Mage mage,
String key,
float scale)
Deprecated.
|
boolean |
playEffects(Wand wand,
String key) |
boolean |
playEffects(Wand wand,
String key,
float scale) |
describe, describe, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getProperty, getProperty, getProperty, getSectionList, getString, getString, getStringList, hasProperty, isEmptyString getKey()
Collection<EffectPlayer> getEffects(String key)
org.bukkit.configuration.ConfigurationSection getConfiguration()
boolean hasTag(String tag)
String getCreatorId()
String getCreator()
@Nullable WandTemplate getMigrateTemplate()
boolean isRestorable()
org.bukkit.configuration.ConfigurationSection getAttributes()
String getAttributeSlot()
@Nullable WandTemplate getParent()
@Deprecated boolean playEffects(Mage mage, String key)
@Deprecated boolean playEffects(Mage mage, String key, float scale)
@Deprecated boolean isSoul()
Copyright © 2021 elMakers. All rights reserved.