geforkt von Mirrors/Paper
small change
By: Raphfrk <raphfrk@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
e2042c4cfa
Commit
1da9ef3c9f
@ -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;
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren