Package dk.minepay.server.bukkit.classes
Class StoreRequest
java.lang.Object
dk.minepay.server.bukkit.classes.StoreRequest
- All Implemented Interfaces:
StoreItem
Class representing a store request.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the StoreRequest class.StoreRequest(String _id, String uuid, StoreProduct[] products, RequestStatus status, RequestStatus serverStatus, double price) Constructor for the StoreRequest class. -
Method Summary
-
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 requestuuid- the unique identifier of the store requestproducts- the products of the store requeststatus- the status of the store requestserverStatus- the server status of the store requestprice- the price of the store request
-
StoreRequest
public StoreRequest()Constructor for the StoreRequest class.
-
-
Method Details