Interface NaturalSpawnCost
public interface NaturalSpawnCost
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondouble
budget()
Returns the spawn cost budget.double
charge()
Returns the charge cost.static NaturalSpawnCost
of
(double budget, double charge)