public class Indicator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Indicator.Indicators |
| Constructor and Description |
|---|
Indicator(Indicator.Indicators type)
Used when giving a player an indicator
|
| Modifier and Type | Method and Description |
|---|---|
static Indicator.Indicators |
getIndicator(org.bukkit.entity.Player player) |
java.lang.String |
getName() |
Indicator.Indicators |
getType() |
static void |
removeIndicator(org.bukkit.entity.Player player) |
static void |
setIndicator(org.bukkit.entity.Player player,
Indicator.Indicators type) |
public Indicator(Indicator.Indicators type)
type - The type of indicatorpublic java.lang.String getName()
public Indicator.Indicators getType()
public static Indicator.Indicators getIndicator(org.bukkit.entity.Player player)
public static void removeIndicator(org.bukkit.entity.Player player)
public static void setIndicator(org.bukkit.entity.Player player,
Indicator.Indicators type)