mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
@@ -1,9 +1,11 @@
|
||||
package org.bukkit.event;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Represents an event
|
||||
*/
|
||||
public abstract class Event {
|
||||
public abstract class Event implements Serializable {
|
||||
private final Type type;
|
||||
private final String name;
|
||||
|
||||
|
Reference in New Issue
Block a user