Package | Description |
---|---|
org.osm2world.core.target.statistics |
Modifier and Type | Method and Description |
---|---|
static StatisticsTarget.Stat |
StatisticsTarget.Stat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsTarget.Stat[] |
StatisticsTarget.Stat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
StatisticsTarget.getCountForClass(Class<?> c,
StatisticsTarget.Stat stat) |
long |
StatisticsTarget.getCountForMaterial(Material material,
StatisticsTarget.Stat stat) |
long |
StatisticsTarget.getGlobalCount(StatisticsTarget.Stat stat) |