| Interface | Description |
|---|---|
| IHeatExchangerAdapter |
A special extension of
IHeatExchangerLogic intended for implementing adapter objects for other mods' heat
systems. |
| IHeatExchangerLogic |
Represents a heat exchanger owned by a tile entity.
|
| IHeatRegistry |
Get an instance of this via
PneumaticRegistry.IPneumaticCraftInterface.getHeatRegistry(). |
| Class | Description |
|---|---|
| HeatBehaviour<T extends net.minecraft.tileentity.TileEntity> |
You can extend this class, and register it via
IHeatRegistry.registerHeatBehaviour(ResourceLocation, Supplier) |
| HeatRegistrationEvent |
Fired when block heat properties are loaded from datapacks.
|
| IHeatExchangerAdapter.Simple<CAP> |
Convenience adapter implementation which can be extended.
|