Package me.desht.pneumaticcraft.client
Interface ColorHandlers.IHeatTintable
- All Superinterfaces:
ColorHandlers.ITintableBlock
- All Known Implementing Classes:
CompressedIronBlock,CreativeCompressedIronBlock,HeatSinkBlock,ThermalCompressorBlock,VortexTubeBlock
- Enclosing class:
- ColorHandlers
-
Method Summary
Modifier and TypeMethodDescriptiondefault intgetTintColor(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:
getTintColorin interfaceColorHandlers.ITintableBlock
-