public interface IHeatable
Modifier and Type | Method and Description |
---|---|
double |
getCurrentHeatValue() |
double |
getIdealHeatValue() |
double |
getMaxHeatValue() |
double |
getMinHeatValue() |
double |
setHeatValue(double value)
Set the heat of the tile.
|
double getMinHeatValue()
double getIdealHeatValue()
double getMaxHeatValue()
double getCurrentHeatValue()
double setHeatValue(double value)
value
- Heat value, in degrees.