Uses of Class
org.bukkit.scoreboard.NameTagVisibility
-
Packages that use NameTagVisibility Package Description org.bukkit.scoreboard Interfaces used to manage the client side score display system. -
-
Uses of NameTagVisibility in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return NameTagVisibility Modifier and Type Method Description @NotNull NameTagVisibilityTeam. getNameTagVisibility()Deprecated.static NameTagVisibilityNameTagVisibility. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static NameTagVisibility[]NameTagVisibility. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.scoreboard with parameters of type NameTagVisibility Modifier and Type Method Description voidTeam. setNameTagVisibility(@NotNull NameTagVisibility visibility)
-