Package fr.prodrivers.bukkit.commons
Class Chat
java.lang.Object
fr.prodrivers.bukkit.commons.Chat
Chat helper for Prodrivers plugins.
Expose simple send functions to send messages to players.
Handles prefix and colors directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidError message receivervoidGeneric message receivervoidSuccess message receiver
-
Constructor Details
-
Chat
Constructor for the Chat helper for Prodrivers plugins- Parameters:
name- Name to display in the prefix (usually plugin's name)
-
-
Method Details
-
send
Generic message receiver- Parameters:
receiver- Receiving entitymessage- Message to send
-
success
Success message receiver- Parameters:
receiver- Receiving entitymessage- Success message to send
-
error
Error message receiver- Parameters:
receiver- Receiving entitymessage- Error message to send
-