Interface ColorHandlers.IHeatTintable

All Superinterfaces:
ColorHandlers.ITintableBlock
All Known Implementing Classes:
CompressedIronBlock, CreativeCompressedIronBlock, HeatSinkBlock, ThermalCompressorBlock, VortexTubeBlock
Enclosing class:
ColorHandlers

public static interface ColorHandlers.IHeatTintable extends ColorHandlers.ITintableBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    getTintColor(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockAndTintGetter world, net.minecraft.core.BlockPos pos, int tintIndex)
     
  • Method Details

    • getTintColor

      default int getTintColor(net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.world.level.BlockAndTintGetter world, @Nullable net.minecraft.core.BlockPos pos, int tintIndex)
      Specified by:
      getTintColor in interface ColorHandlers.ITintableBlock