mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
This should be abstract.
This commit is contained in:
parent
0701169a7e
commit
1ce01d2043
@ -5,7 +5,7 @@ import org.bukkit.event.Event;
|
|||||||
import org.bukkit.event.HandlerList;
|
import org.bukkit.event.HandlerList;
|
||||||
import org.bukkit.plugin.Plugin;
|
import org.bukkit.plugin.Plugin;
|
||||||
|
|
||||||
public class McMMOChatEvent extends Event implements Cancellable {
|
public abstract class McMMOChatEvent extends Event implements Cancellable {
|
||||||
private boolean cancelled;
|
private boolean cancelled;
|
||||||
private Plugin plugin;
|
private Plugin plugin;
|
||||||
private String sender;
|
private String sender;
|
||||||
|
Loading…
Reference in New Issue
Block a user