| 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,
Trail.Trails trail) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrailGui.manageTrails(org.bukkit.entity.Player player,
Trail.Trails type,
com.projectkorra.projectkorra.Element element,
com.projectkorra.projectkorra.Element.SubElement sub) |
void |
TrailGui.setTrail(org.bukkit.entity.Player player,
Trail.Trails type) |
| Modifier and Type | Method and Description |
|---|---|
static Trail.Trails |
Trail.getTrail(org.bukkit.entity.Player player) |
Trail.Trails |
Trail.getType() |
static Trail.Trails |
Trail.Trails.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trail.Trails[] |
Trail.Trails.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,
Trail.Trails type)
Creates an inventory item checking for a trails permission.
|
static void |
Trail.setTrail(org.bukkit.entity.Player player,
Trail.Trails trail) |
| Constructor and Description |
|---|
Trail(Trail.Trails type)
Used when giving a player a trail
|