| Package | Description |
|---|---|
| com.xnuminousx.elementaleffects.commands | |
| com.xnuminousx.elementaleffects.gui | |
| com.xnuminousx.elementaleffects.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
Commands.activateAnimation(org.bukkit.entity.Player player,
Indicator.Indicators indicator) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndGui.manageInds(org.bukkit.entity.Player player,
Indicator.Indicators type) |
void |
IndGui.setIndicator(org.bukkit.entity.Player player,
Indicator.Indicators type) |
| Modifier and Type | Method and Description |
|---|---|
static Indicator.Indicators |
Indicator.getIndicator(org.bukkit.entity.Player player) |
Indicator.Indicators |
Indicator.getType() |
static Indicator.Indicators |
Indicator.Indicators.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Indicator.Indicators[] |
Indicator.Indicators.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.bukkit.inventory.ItemStack |
Methods.createItem(org.bukkit.entity.Player p,
org.bukkit.Material item,
java.lang.String name,
org.bukkit.ChatColor color,
Indicator.Indicators type)
Creates an inventory item checking for an indicators permission.
|
static void |
Indicator.setIndicator(org.bukkit.entity.Player player,
Indicator.Indicators type) |
| Constructor and Description |
|---|
Indicator(Indicator.Indicators type)
Used when giving a player an indicator
|