Interface MeshProducerDef
-
public interface MeshProducerDef
Mesh producers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMeshBaseProduction()
int
getMeshProducerAmount()
String
getMeshProducerType()
-
-
-
Method Detail
-
getMeshProducerType
String getMeshProducerType()
-
getMeshProducerAmount
int getMeshProducerAmount()
-
getMeshBaseProduction
double getMeshBaseProduction()
-
-