类 MiraiBotInvitedJoinGroupRequestEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
me.dreamvoid.miraimc.sponge.event.bot.AbstractBotEvent
me.dreamvoid.miraimc.sponge.event.group.member.MiraiBotInvitedJoinGroupRequestEvent
- 所有已实现的接口:
Event
(Sponge) 群 - 群成员 - 成员列表变更 - 机器人被邀请加入群
-
字段概要
从类继承的字段 org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
构造器概要
构造器说明MiraiBotInvitedJoinGroupRequestEvent
(net.mamoe.mirai.event.events.BotInvitedJoinGroupRequestEvent event, Cause cause) -
方法概要
从类继承的方法 me.dreamvoid.miraimc.sponge.event.bot.AbstractBotEvent
getBot, getBotID, getCause, getHashCode, getNick, 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
-
构造器详细资料
-
MiraiBotInvitedJoinGroupRequestEvent
public MiraiBotInvitedJoinGroupRequestEvent(net.mamoe.mirai.event.events.BotInvitedJoinGroupRequestEvent event, Cause cause)
-
-
方法详细资料
-
getGroupID
public long getGroupID()返回目标群的群号- 返回:
- 群号
-
getGroupName
返回目标群的群名称- 返回:
- 群名称
-
getInvitorNick
返回邀请者的昵称- 返回:
- 邀请者昵称
-
getInvitorID
public long getInvitorID()返回邀请者的QQ号- 返回:
- 邀请者QQ号
-
getEventID
public long getEventID()获取事件ID用于处理加群事件- 返回:
- 事件ID
-
accept
public void accept()同意请求 -
ignore
public void ignore()忽略请求
-