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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnignoreEvent(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, setCancelledMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-