Class StoreRequestCancelEvent

java.lang.Object
org.bukkit.event.Event
dk.minepay.server.bukkit.events.StoreRequestEvent
dk.minepay.server.bukkit.events.StoreRequestCancelEvent

public class StoreRequestCancelEvent extends StoreRequestEvent
Event that is triggered when a store request is cancelled.
  • Constructor Details

    • StoreRequestCancelEvent

      public StoreRequestCancelEvent(StoreRequest request, org.bukkit.OfflinePlayer player)
      Constructor for StoreRequestCancelEvent.
      Parameters:
      request - the store request that was cancelled
      player - the player that cancelled the store request