Class PlayerOpenOwnInventoryEvent

java.lang.Object
org.bukkit.event.Event
fr.prodrivers.bukkit.commons.events.PlayerOpenOwnInventoryEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public final class PlayerOpenOwnInventoryEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
Event fired when player open its own inventory. ProdriversCommons offers a convenient way to be informed of a player opening its own inventory, which is normally not possible. As it is using an achievement trick, they are not available on servers who's ProdriversCommons implementation offers this feature. This event is not fired immediately as a significant delay happens between the moment the player opens it and the moment the event is fired.
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    PlayerOpenOwnInventoryEvent(org.bukkit.entity.Player player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    org.bukkit.event.HandlerList
     
    final org.bukkit.entity.Player
    Get the concerned player
    boolean
    Get if the event is cancelled
    void
    setCancelled(boolean cancelled)
    Set that the event is cancelled

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

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

    • PlayerOpenOwnInventoryEvent

      public PlayerOpenOwnInventoryEvent(org.bukkit.entity.Player player)
  • Method Details

    • getPlayer

      public final org.bukkit.entity.Player getPlayer()
      Get the concerned player
      Returns:
      Concerned player
    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • isCancelled

      public boolean isCancelled()
      Get if the event is cancelled
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
      Returns:
      true Event is cancelled
    • setCancelled

      public void setCancelled(boolean cancelled)
      Set that the event is cancelled
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
      Parameters:
      cancelled - Cancellation state