Skip to content

Commit

Permalink
Remove sendMessage(ChatType, String) from Viewer, thanks to @kashike
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Aug 22, 2015
1 parent 41572db commit 6bbaaa9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/java/org/spongepowered/api/effect/Viewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,6 @@ public interface Viewer {
*/
void playSound(SoundType sound, Vector3d position, double volume, double pitch, double minVolume);

/**
* Sends the plain text message(s) with the specified {@link ChatType} on
* the client.
* <p>
* Use {@link #sendMessage(ChatType, Text...)} for a formatted message.
* </p>
*
* @param type The chat type to send the messages to
* @param message The message(s) to send
*/
void sendMessage(ChatType type, String... message);

/**
* Sends the message(s) with the specified {@link ChatType} on the client.
*
Expand Down

0 comments on commit 6bbaaa9

Please sign in to comment.