类 PlayerCurrencyChangeSuccessEvent

java.lang.Object
org.bukkit.event.Event
cn.handyplus.currency.event.PlayerCurrencyChangeSuccessEvent

public class PlayerCurrencyChangeSuccessEvent extends org.bukkit.event.Event
玩家货币变更成功事件
从以下版本开始:
1.0.0
  • 构造器详细资料

    • PlayerCurrencyChangeSuccessEvent

      public PlayerCurrencyChangeSuccessEvent(@NotNull @NotNull UUID playerUuid, @NotNull @NotNull String type, @NotNull @NotNull Long change, @NotNull @NotNull Long balance)
    • PlayerCurrencyChangeSuccessEvent

      public PlayerCurrencyChangeSuccessEvent(@NotNull @NotNull UUID playerUuid, @NotNull @NotNull String type, @NotNull @NotNull Long change, @NotNull @NotNull Long balance, String operatorName, String operatorReason)
  • 方法详细资料

    • getHandlerList

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

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      指定者:
      getHandlers 在类中 org.bukkit.event.Event
    • callEvent

      public static void callEvent(@NotNull @NotNull UUID playerUuid, @NotNull @NotNull String type, @NotNull @NotNull Long change, @NotNull @NotNull Long balance, String operatorName, String reason)