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.HologramType
Returns 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 TypeMethodDescriptionvoid
HologramManager.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.LocalHologram
HologramManager.createLocalHolo
(org.bukkit.Location location, HologramManager.HologramType type) String[]
HologramManager.getSortedArray
(HologramManager.HologramType type) HologramManager.getValue
(HologramManager.HologramType type, Team team) boolean
HologramManager.needsUpdating
(HologramManager.HologramType type) void
HologramManager.reloadHolo
(HologramManager.LocalHologram holo, HologramManager.HologramType type)