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