Package mindustry.world.blocks.heat
Interface HeatBlock
- All Known Implementing Classes:
- HeatConductor.HeatConductorBuild,- HeaterGenerator.HeaterGeneratorBuild,- HeatProducer.HeatProducerBuild
public interface HeatBlock
Basic interface for any block that produces heat.
- 
Method Summary
- 
Method Details- 
heatfloat heat()
- 
heatFracfloat heatFrac()- Returns:
- heat as a fraction of max heat
 
 
-