类 AbstractBotEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
me.dreamvoid.miraimc.sponge.event.bot.AbstractBotEvent
- 所有已实现的接口:
org.spongepowered.api.event.Event
- 直接已知子类:
MiraiBotAvatarChangedEvent
,MiraiBotInvitedJoinGroupRequestEvent
,MiraiBotNickChangedEvent
,MiraiBotOfflineEvent
,MiraiBotOnlineEvent
,MiraiBotReloginEvent
,MiraiMemberJoinRequestEvent
,MiraiNewFriendRequestEvent
,MiraiSignEvent
public abstract class AbstractBotEvent
extends org.spongepowered.api.event.impl.AbstractEvent
(Sponge) Bot(抽象)
-
字段概要
从类继承的字段 org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
构造器概要
构造器构造器说明AbstractBotEvent
(net.mamoe.mirai.event.events.BotEvent event, org.spongepowered.api.event.Cause cause) -
方法概要
从类继承的方法 org.spongepowered.api.event.impl.AbstractEvent
init
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 org.spongepowered.api.event.Event
context, source
-
构造器详细资料
-
AbstractBotEvent
public AbstractBotEvent(net.mamoe.mirai.event.events.BotEvent event, org.spongepowered.api.event.Cause cause)
-
-
方法详细资料