Uses of Enum Class
fr.prodrivers.bukkit.commons.parties.PartyMessage
Packages that use PartyMessage
-
Uses of PartyMessage in fr.prodrivers.bukkit.commons.parties
Methods in fr.prodrivers.bukkit.commons.parties that return PartyMessageModifier and TypeMethodDescriptionstatic PartyMessage
Returns the enum constant of this class with the specified name.static PartyMessage[]
PartyMessage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.prodrivers.bukkit.commons.parties with parameters of type PartyMessageModifier and TypeMethodDescriptionvoid
Party.broadcast
(PartyMessage message, Object... substitutions) Broadcast a message to the party.void
Party.broadcast
(PartyMessage message, List<UUID> excluded, Object... substitutions) Broadcast a message to the party, except some players.void
Party.send
(UUID receiverUniqueId, PartyMessage message, Object... substitutions) Send a message to a player.