Interface KitPrice
- All Superinterfaces:
DataSerializable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetMoney()
static KitPrice
of
(Currency currency, BigDecimal money) Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainer
-
Method Details
-
of
-
getCurrency
Currency getCurrency() -
getMoney
BigDecimal getMoney() -
asComponent
Component asComponent()
-