- 所有已实现的接口:
- Serializable
- 直接已知子类:
- BotEvent, CommandExecutedEvent, CommandPrepostEvent, ConsoleChatEvent, ConsoleMessageEvent, PluginEvent, ServerStartEvent
public abstract class Event
extends Object
implements Serializable
This is the base class of Event Chain.
The class which extends it should have a field called "LISTENER_HANDLER"
- 另请参阅:
- 序列化表格