Uses of Enum Class
com.booksaw.betterTeams.integrations.hologram.HologramManager.HologramType
Packages that use HologramManager.HologramType
-
Uses of HologramManager.HologramType in com.booksaw.betterTeams.integrations.hologram
Methods in com.booksaw.betterTeams.integrations.hologram that return HologramManager.HologramTypeModifier and TypeMethodDescriptionstatic HologramManager.HologramTypeReturns the enum constant of this class with the specified name.static HologramManager.HologramType[]HologramManager.HologramType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.booksaw.betterTeams.integrations.hologram with parameters of type HologramManager.HologramTypeModifier and TypeMethodDescriptionvoidHologramManager.createHolo(org.bukkit.Location location, HologramManager.HologramType type) DHHologramManager.createLocalHolo(org.bukkit.Location location, HologramManager.HologramType type) HDHologramManager.createLocalHolo(org.bukkit.Location location, HologramManager.HologramType type) abstract HologramManager.LocalHologramHologramManager.createLocalHolo(org.bukkit.Location location, HologramManager.HologramType type) String[]HologramManager.getSortedArray(HologramManager.HologramType type) HologramManager.getValue(HologramManager.HologramType type, Team team) booleanHologramManager.needsUpdating(HologramManager.HologramType type) voidHologramManager.reloadHolo(HologramManager.LocalHologram holo, HologramManager.HologramType type)