Class StoreRequest

java.lang.Object
dk.minepay.server.bukkit.classes.StoreRequest
All Implemented Interfaces:
StoreItem

public class StoreRequest extends Object implements StoreItem
Class representing a store request.
  • Constructor Details

    • StoreRequest

      public StoreRequest(String _id, String uuid, StoreProduct[] products, RequestStatus status, RequestStatus serverStatus, double price)
      Constructor for the StoreRequest class. Used by Skript to deserialize the store request.
      Parameters:
      _id - the unique identifier of the store request
      uuid - the unique identifier of the store request
      products - the products of the store request
      status - the status of the store request
      serverStatus - the server status of the store request
      price - the price of the store request
    • StoreRequest

      public StoreRequest()
      Constructor for the StoreRequest class.
  • Method Details

    • getUuid

      public UUID getUuid()
      Gets the unique identifier of the store request.
      Returns:
      the unique identifier of the store request
    • toString

      public String toString()
      Overrides:
      toString in class Object