Class UnbanEvent
java.lang.Object
me.remigio07.chatplugin.api.common.event.punishment.ban.BanEvent
me.remigio07.chatplugin.api.common.event.punishment.ban.UnbanEvent
- All Implemented Interfaces:
ChatPluginEvent
Represents the event called after an unban gets processed.
-
Constructor Summary
-
Method Summary
Methods inherited from class me.remigio07.chatplugin.api.common.event.punishment.ban.BanEvent
getBan
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.remigio07.chatplugin.api.common.event.ChatPluginEvent
call
-
Constructor Details
-
UnbanEvent
Constructs a new unban event.- Parameters:
ban
- Ban involved
-