public interface SpellCategory extends Comparable<SpellCategory>
| Modifier and Type | Method and Description |
|---|---|
void |
addCast() |
void |
addCasts(long castCount,
long lastCastTime) |
long |
getCastCount() |
org.bukkit.Color |
getColor() |
String |
getDescription() |
String |
getKey() |
long |
getLastCast() |
String |
getName() |
Collection<SpellTemplate> |
getSpells() |
compareToString getKey()
String getName()
String getDescription()
org.bukkit.Color getColor()
void addCast()
void addCasts(long castCount,
long lastCastTime)
long getCastCount()
long getLastCast()
Collection<SpellTemplate> getSpells()
Copyright © 2021 elMakers. All rights reserved.