@@ -31,7 +31,6 @@ public class AsyncPlayerChatEvent extends PlayerEvent implements Cancellable {
|
||||
private final Set<Player> recipients;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param async This changes the event to a synchronous state.
|
||||
* @param who the chat sender
|
||||
* @param message the message sent
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* {@link org.bukkit.event.Event Events} relating to {@link
|
||||
* org.bukkit.entity.Player players}.
|
||||
*/
|
||||
package org.bukkit.event.player;
|
||||
|
||||
Reference in New Issue
Block a user