Class UnignoreEvent
java.lang.Object
me.remigio07.chatplugin.api.server.event.chat.IgnoreEvent
me.remigio07.chatplugin.api.server.event.chat.UnignoreEvent
- All Implemented Interfaces:
CancellableEvent
,ChatPluginEvent
,OfflinePlayerEvent
Represents an event called before a player stops ignoring another player.
-
Constructor Summary
ConstructorDescriptionUnignoreEvent
(OfflinePlayer player, OfflinePlayer ignoredPlayer) Constructs a new unignore event. -
Method Summary
Methods inherited from class me.remigio07.chatplugin.api.server.event.chat.IgnoreEvent
getIgnoredPlayer, getPlayer, isCancelled, setCancelled
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
-
UnignoreEvent
Constructs a new unignore event.- Parameters:
player
- Player involvedignoredPlayer
- Ignored player
-