Uses of Enum Class
org.bukkit.scoreboard.NameTagVisibility
Packages that use NameTagVisibility
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of NameTagVisibility in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return NameTagVisibilityModifier and TypeMethodDescriptionTeam.getNameTagVisibility()Deprecated.static NameTagVisibilityDeprecated.Returns the enum constant of this class with the specified name.static NameTagVisibility[]NameTagVisibility.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.scoreboard with parameters of type NameTagVisibilityModifier and TypeMethodDescriptionvoidTeam.setNameTagVisibility(@NotNull NameTagVisibility visibility)
Team.getOption(org.bukkit.scoreboard.Team.Option)