Interface Price

All Superinterfaces:
DataSerializable

public interface Price extends DataSerializable
Setting the command execution price.
  • Method Details

    • builder

      static Price.Builder builder()
    • unregisteredBuilder

      static Price.Builder unregisteredBuilder()
    • of

      static Price of(String currency, double money)
    • getCurrency

      String getCurrency()
    • getMoney

      double getMoney()