Class HeatExchangerLogicAmbient
java.lang.Object
me.desht.pneumaticcraft.common.heat.HeatExchangerLogicConstant
me.desht.pneumaticcraft.common.heat.HeatExchangerLogicAmbient
- All Implemented Interfaces:
IHeatExchangerLogic,net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>
-
Field Summary
Fields inherited from interface me.desht.pneumaticcraft.api.heat.IHeatExchangerLogic
ALL_BLOCKS -
Method Summary
Modifier and TypeMethodDescriptionstatic HeatExchangerLogicAmbientatPosition(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos) static doublegetAmbientTemperature(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos) Methods inherited from class me.desht.pneumaticcraft.common.heat.HeatExchangerLogicConstant
addHeat, getAmbientTemperature, getTemperature, getTemperatureAsInt, getThermalCapacity, getThermalResistance, initializeAmbientTemperature, initializeAsHull, isSideConnected, setTemperature, setThermalCapacity, setThermalResistance, tickMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.desht.pneumaticcraft.api.heat.IHeatExchangerLogic
addConnectedExchanger, addConnectedExchanger, deserializeNBT, getHeatBehaviour, removeConnectedExchanger, removeConnectedExchanger, serializeNBT
-
Method Details
-
atPosition
public static HeatExchangerLogicAmbient atPosition(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos) -
getAmbientTemperature
public static double getAmbientTemperature(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos)
-