Uses of Enum
com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
-
Uses of PlayerTab.NameTagVisibility in com.andrei1058.spigot.sidebar
Methods in com.andrei1058.spigot.sidebar that return PlayerTab.NameTagVisibilityModifier and TypeMethodDescriptionstatic PlayerTab.NameTagVisibilityReturns 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.Methods in com.andrei1058.spigot.sidebar with parameters of type PlayerTab.NameTagVisibilityModifier and TypeMethodDescriptionabstract VersionedTabGroupSidebarProvider.createPlayerTab(WrappedSidebar sidebar, String identifier, SidebarLine prefix, SidebarLine suffix, PlayerTab.PushingRule pushingRule, PlayerTab.NameTagVisibility nameTagVisibility, @Nullable Collection<PlaceholderProvider> placeholders) voidPlayerTab.setNameTagVisibility(PlayerTab.NameTagVisibility nameTagVisibility) Set name-tag visibility for current team.