Class AccountEvent

java.lang.Object
org.bukkit.event.Event
me.lokka30.treasury.api.economy.event.AccountEvent
Direct Known Subclasses:
AccountTransactionEvent

@Deprecated public class AccountEvent extends org.bukkit.event.Event
Deprecated.
use AccountTransactionEvent
Represents an event, holding a Account of some type.
Since:
v1.0.0
Author:
MrNemo64
  • 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
    static org.bukkit.event.HandlerList
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AccountEvent(@NotNull me.lokka30.treasury.api.economy.account.Account account, boolean async)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull me.lokka30.treasury.api.economy.account.Account
    Deprecated.
    Returns the Account for this account event.
    static @NotNull org.bukkit.event.HandlerList
    Deprecated.
     
    @NotNull org.bukkit.event.HandlerList
    Deprecated.
     

    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
  • Field Details

    • HANDLERS

      public static org.bukkit.event.HandlerList HANDLERS
      Deprecated.
  • Constructor Details

    • AccountEvent

      public AccountEvent(@NotNull @NotNull me.lokka30.treasury.api.economy.account.Account account, boolean async)
      Deprecated.
  • Method Details

    • getAccount

      @NotNull public @NotNull me.lokka30.treasury.api.economy.account.Account getAccount()
      Deprecated.
      Returns the Account for this account event.
      Returns:
      account
      Since:
      v1.0.0
    • getHandlers

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

      @NotNull public static @NotNull org.bukkit.event.HandlerList getHandlerList()
      Deprecated.