mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-03 18:26:24 +02: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…
x
Reference in New Issue
Block a user