类 MiraiBotMuteEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
me.dreamvoid.miraimc.sponge.event.group.AbstractGroupEvent
me.dreamvoid.miraimc.sponge.event.group.MiraiBotMuteEvent
- 所有已实现的接口:
Event
- 直接已知子类:
MiraiGroupBotMuteEvent
(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
-
构造器详细资料
-
MiraiBotMuteEvent
-
-
方法详细资料
-
getTime
public int getTime()返回机器人被禁言的时间- 返回:
- 时间(秒)
-
getOperatorID
public long getOperatorID()返回执行禁言操作的管理员。- 返回:
- 管理员QQ
-