Class ModerationEvent

java.lang.Object
org.bukkit.event.Event
fr.luc.crcore.features.moderation.event.ModerationEvent
Direct Known Subclasses:
ModerationEnterEvent, ModerationExitEvent

public abstract class ModerationEvent extends org.bukkit.event.Event
Base des events Bukkit du module modération.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ModerationEvent(org.bukkit.entity.Player moderator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.entity.Player
     

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, getHandlers, isAsynchronous

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModerationEvent

      protected ModerationEvent(org.bukkit.entity.Player moderator)
  • Method Details

    • getModerator

      public org.bukkit.entity.Player getModerator()