Class StoreRequestAcceptEvent

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

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

    • StoreRequestAcceptEvent

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