public class LevelCoverData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
collectablePercentage
the percentage of collectable objects
|
double |
harmfulPercentage
the percentage of harmful objects
|
double |
levelPercentage
the percentage of the covered level
|
double |
otherPercentage
the percentage of other objects
|
double |
solidPercentage
the percentage of solid objects
|
Constructor and Description |
---|
LevelCoverData() |
public double levelPercentage
public double solidPercentage
public double harmfulPercentage
public double collectablePercentage
public double otherPercentage