Package me.desht.pneumaticcraft.api.heat
package me.desht.pneumaticcraft.api.heat
-
ClassDescriptionThis can be used to add heat dependent logic to non-BE's or blocks from outside your own mod.A special extension of
IHeatExchangerLogicintended for implementing adapter objects for other mods' heat systems.Convenience adapter implementation which can be extended.Represents a heat exchanger owned by a block entity.Get an instance of this viaPneumaticRegistry.IPneumaticCraftInterface.getHeatRegistry().An implementation of this can be registered withIHeatExchangerLogic.addTemperatureListener(TemperatureListener)to monitor changes in the heat exchanger's temperature.