public final class GlowStatistic extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getName(org.bukkit.Statistic stat)
Get the statistic name for a specified Statistic.
|
static String |
getName(org.bukkit.Statistic stat,
org.bukkit.entity.EntityType entityType)
Get the statistic name for a specified Statistic and EntityType.
|
static String |
getName(org.bukkit.Statistic stat,
org.bukkit.Material material)
Get the statistic name for a specified Statistic and Material.
|
public static String getName(org.bukkit.Statistic stat)
stat - the Statistic.public static String getName(org.bukkit.Statistic stat, org.bukkit.Material material)
stat - the Statisticmaterial - the Materialpublic static String getName(org.bukkit.Statistic stat, org.bukkit.entity.EntityType entityType)
stat - the StatisticentityType - the EntityTypeCopyright © 2021. All rights reserved.