类 MiraiBotUnmuteEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
me.dreamvoid.miraimc.sponge.event.group.AbstractGroupEvent
me.dreamvoid.miraimc.sponge.event.group.MiraiBotUnmuteEvent
- 所有已实现的接口:
Event
- 直接已知子类:
MiraiGroupBotUnmuteEvent
(Sponge) 群 - 机器人被取消禁言
-
字段概要
从类继承的字段 org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
构造器概要
-
方法概要
从类继承的方法 me.dreamvoid.miraimc.sponge.event.group.AbstractGroupEvent
getBotID, getCause, getGroup, getGroupID, 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
-
构造器详细资料
-
MiraiBotUnmuteEvent
-
-
方法详细资料
-
getOperatorID
public long getOperatorID()返回执行解除禁言操作的管理员。- 返回:
- 管理员QQ
-