Class PunishedPlayerEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
dev.plex.event.PunishedPlayerEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable
Direct Known Subclasses:
PunishedPlayerFreezeEvent, PunishedPlayerMuteEvent

public abstract class PunishedPlayerEvent extends org.bukkit.event.player.PlayerEvent implements org.bukkit.event.Cancellable
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    protected PunishedPlayer
     

    Fields inherited from class org.bukkit.event.player.PlayerEvent

    player
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Methods inherited from class org.bukkit.event.player.PlayerEvent

    getPlayer

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, getHandlers, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bukkit.event.Cancellable

    isCancelled, setCancelled
  • Field Details

    • punishedPlayer

      protected PunishedPlayer punishedPlayer
    • cancelled

      protected boolean cancelled
  • Constructor Details

    • PunishedPlayerEvent

      protected PunishedPlayerEvent(PunishedPlayer punishedPlayer)