类 AbstractGroupSettingChangeEvent

java.lang.Object
me.dreamvoid.miraimc.velocity.event.group.setting.AbstractGroupSettingChangeEvent
直接已知子类:
MiraiGroupAllowAnonymousChatEvent, MiraiGroupAllowMemberInviteEvent, MiraiGroupEntranceAnnouncementChangeEvent, MiraiGroupMuteAllEvent, MiraiGroupNameChangeEvent

abstract class AbstractGroupSettingChangeEvent extends Object
(Velocity) 群 - 群设置 - 群设置改变(抽象)
  • 构造器详细资料

    • AbstractGroupSettingChangeEvent

      public AbstractGroupSettingChangeEvent(net.mamoe.mirai.event.events.GroupSettingChangeEvent<?> event)
  • 方法详细资料

    • getBotID

      public long getBotID()
      获取机器人账号
      返回:
      机器人账号
    • getGroupID

      public long getGroupID()
      获取群号
      返回:
      群号
    • getHashCode

      public int getHashCode()
      获取哈希值
      返回:
      哈希值
    • toString

      public String toString()
      获取原始事件内容
      [!] 不推荐使用
      覆盖:
      toString 在类中 Object
      返回:
      原始事件内容
    • getGroup

      public MiraiGroup getGroup()
      获取群实例
      返回:
      MiraiGroup 实例