Class MiniGamePlayerUnviewEvent

java.lang.Object
org.bukkit.event.Event
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class MiniGamePlayerUnviewEvent extends MiniGamePlayerEvent implements org.bukkit.event.Cancellable
Called when a player try to unview a minigame
  • Constructor Details

    • MiniGamePlayerUnviewEvent

      public MiniGamePlayerUnviewEvent(MiniGame minigame, org.bukkit.entity.Player player)
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable