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 PartyMessageReturns 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 TypeMethodDescriptionvoidParty.broadcast(PartyMessage message, Object... substitutions) Broadcast a message to the party.voidParty.broadcast(PartyMessage message, List<UUID> excluded, Object... substitutions) Broadcast a message to the party, except some players.voidParty.send(UUID receiverUniqueId, PartyMessage message, Object... substitutions) Send a message to a player.