small change
This commit is contained in:
parent
1dac795bf1
commit
b53769f088
@ -1,9 +1,11 @@
|
|||||||
package org.bukkit.event;
|
package org.bukkit.event;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an event
|
* Represents an event
|
||||||
*/
|
*/
|
||||||
public abstract class Event {
|
public abstract class Event implements Serializable {
|
||||||
private final Type type;
|
private final Type type;
|
||||||
private final String name;
|
private final String name;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user