Class BankWithdrawEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
net.sacredlabyrinth.phaed.simpleclans.events.BankWithdrawEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

@Deprecated public class BankWithdrawEvent extends org.bukkit.event.player.PlayerEvent implements org.bukkit.event.Cancellable
Deprecated.
  • Nested Class Summary

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

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

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

    player
  • Constructor Summary

    Constructors
    Constructor
    Description
    BankWithdrawEvent(@NotNull org.bukkit.entity.Player who, @NotNull Clan clan, double amount)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Deprecated.
     
    @NotNull Clan
    Deprecated.
     
    static org.bukkit.event.HandlerList
    Deprecated.
     
    @NotNull org.bukkit.event.HandlerList
    Deprecated.
     
    double
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    setAmount(double amount)
    Deprecated.
     
    void
    setCancelled(boolean cancelled)
    Deprecated.
     

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

    getPlayer

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

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

    • BankWithdrawEvent

      public BankWithdrawEvent(@NotNull @NotNull org.bukkit.entity.Player who, @NotNull @NotNull Clan clan, double amount)
      Deprecated.
  • Method Details

    • getClan

      @NotNull public @NotNull Clan getClan()
      Deprecated.
    • getOldBalance

      public double getOldBalance()
      Deprecated.
    • setAmount

      public void setAmount(double amount)
      Deprecated.
    • getAmount

      public double getAmount()
      Deprecated.
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
      Deprecated.
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Deprecated.
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • isCancelled

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

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