Uses of Enum
com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
-
Uses of PlayerTab.NameTagVisibility in com.andrei1058.spigot.sidebar
Modifier and TypeMethodDescriptionstatic PlayerTab.NameTagVisibility
Returns the enum constant of this type with the specified name.static PlayerTab.NameTagVisibility[]
PlayerTab.NameTagVisibility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionabstract VersionedTabGroup
SidebarProvider.createPlayerTab
(WrappedSidebar sidebar, String identifier, SidebarLine prefix, SidebarLine suffix, PlayerTab.PushingRule pushingRule, PlayerTab.NameTagVisibility nameTagVisibility, @Nullable Collection<PlaceholderProvider> placeholders) void
PlayerTab.setNameTagVisibility
(PlayerTab.NameTagVisibility nameTagVisibility) Set name-tag visibility for current team.