Uses of Enum
com.andrei1058.spigot.sidebar.PlayerTab.PushingRule
-
Uses of PlayerTab.PushingRule in com.andrei1058.spigot.sidebar
Methods in com.andrei1058.spigot.sidebar that return PlayerTab.PushingRuleModifier and TypeMethodDescriptionstatic PlayerTab.PushingRule
Returns the enum constant of this type with the specified name.static PlayerTab.PushingRule[]
PlayerTab.PushingRule.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.PushingRuleModifier and TypeMethodDescriptionSidebar.playerTabCreate
(String identifier, @Nullable org.bukkit.entity.Player player, SidebarLine prefix, SidebarLine suffix, PlayerTab.PushingRule pushingRule) Create a new tab list layout group.void
PlayerTab.setPushingRule
(PlayerTab.PushingRule rule) Set pushing rule for current team.