类 MiraiBotLeaveEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
me.dreamvoid.miraimc.sponge.event.group.AbstractGroupEvent
me.dreamvoid.miraimc.sponge.event.group.MiraiBotLeaveEvent
- 所有已实现的接口:
Event
(Sponge) 群 - 机器人被踢出群或在其他客户端主动退出一个群
-
嵌套类概要
修饰符和类型类说明static class
机器人主动退出一个群static class
机器人被管理员或群主踢出群 -
字段概要
从类继承的字段 org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
构造器概要
-
方法概要
从类继承的方法 me.dreamvoid.miraimc.sponge.event.group.AbstractGroupEvent
getCause
从类继承的方法 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
getContext, getSource
-
构造器详细资料
-
MiraiBotLeaveEvent
-
-
方法详细资料
-
getBotID
public long getBotID()获取机器人账号- 覆盖:
getBotID
在类中AbstractGroupEvent
- 返回:
- 机器人账号
-
getGroupID
public long getGroupID()返回退出群的群号- 覆盖:
getGroupID
在类中AbstractGroupEvent
- 返回:
- 群号
-
toString
获取原始事件内容
[!] 不推荐使用- 覆盖:
toString
在类中AbstractGroupEvent
- 返回:
- 原始事件内容
-
getGroup
获取群实例- 覆盖:
getGroup
在类中AbstractGroupEvent
- 返回:
- MiraiGroup 实例
-