Uses of Class
org.rspeer.game.component.Production.Amount
-
Packages that use Production.Amount Package Description org.rspeer.game.component -
-
Uses of Production.Amount in org.rspeer.game.component
Methods in org.rspeer.game.component that return Production.Amount Modifier and Type Method Description Production.Amount
Production. getAmount()
static Production.Amount
Production.Amount. valueOf(String name)
Returns the enum constant of this type with the specified name.static Production.Amount[]
Production.Amount. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component with parameters of type Production.Amount Modifier and Type Method Description boolean
Production. setAmount(Production.Amount amount)
-