类 MiraiBotJoinGroupEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
me.dreamvoid.miraimc.sponge.event.group.AbstractGroupEvent
me.dreamvoid.miraimc.sponge.event.group.MiraiBotJoinGroupEvent
- 所有已实现的接口:
Event
- 直接已知子类:
MiraiGroupBotJoinGroupEvent
(Sponge) 群 - 机器人成功加入了一个新群
-
字段概要
从类继承的字段 org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
构造器概要
-
方法概要
从类继承的方法 me.dreamvoid.miraimc.sponge.event.group.AbstractGroupEvent
getBotID, getCause, getGroup, toString
从类继承的方法 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
-
构造器详细资料
-
MiraiBotJoinGroupEvent
-
-
方法详细资料
-
getGroupID
public long getGroupID()返回加入群的群号- 覆盖:
getGroupID
在类中AbstractGroupEvent
- 返回:
- 群号
-