13
0
geforkt von Mirrors/Paper
By: Raphfrk <raphfrk@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-02-22 06:09:46 +08:00
Ursprung e2042c4cfa
Commit 1da9ef3c9f

Datei anzeigen

@ -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;