Uses of Enum
net.citizensnpcs.trait.scoreboard.AbstractTeam.SendMode
Packages that use AbstractTeam.SendMode
-
Uses of AbstractTeam.SendMode in net.citizensnpcs.trait.scoreboard
Subclasses with type arguments of type AbstractTeam.SendMode in net.citizensnpcs.trait.scoreboardMethods in net.citizensnpcs.trait.scoreboard that return AbstractTeam.SendModeModifier and TypeMethodDescriptionstatic AbstractTeam.SendModeReturns the enum constant of this type with the specified name.static AbstractTeam.SendMode[]AbstractTeam.SendMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.citizensnpcs.trait.scoreboard with parameters of type AbstractTeam.SendModeModifier and TypeMethodDescriptionvoidAbstractTeam.sendToPlayer(Player player, AbstractTeam.SendMode mode) Sends the team to a player.voidBukkitTeamImpl.sendToPlayer(Player player, AbstractTeam.SendMode mode) voidFoliaTeamImpl.sendToPlayer(Player player, AbstractTeam.SendMode mode)