Interface BoilerHeaters.Heater
- Enclosing class:
- BoilerHeaters
public static interface BoilerHeaters.Heater
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetActiveHeat(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) A return value of-1represents no heat.
-
Method Details
-
getActiveHeat
float getActiveHeat(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) A return value of-1represents no heat. A return value of0represents passive heat. All other positive values are used as the amount of active heat.
-