Uses of Enum
me.dreamvoid.miraimc.sponge.event.bot.MiraiBotOfflineEvent.Type
Packages that use MiraiBotOfflineEvent.Type
-
Uses of MiraiBotOfflineEvent.Type in me.dreamvoid.miraimc.sponge.event.bot
Methods in me.dreamvoid.miraimc.sponge.event.bot that return MiraiBotOfflineEvent.TypeModifier and TypeMethodDescriptionMiraiBotOfflineEvent.getType()获取机器人下线原因static MiraiBotOfflineEvent.TypeReturns the enum constant of this type with the specified name.static MiraiBotOfflineEvent.Type[]MiraiBotOfflineEvent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in me.dreamvoid.miraimc.sponge.event.bot with parameters of type MiraiBotOfflineEvent.TypeModifierConstructorDescriptionMiraiBotOfflineEvent(net.mamoe.mirai.event.events.BotOfflineEvent event, MiraiBotOfflineEvent.Type type, org.spongepowered.api.event.Cause cause)