Interface IHeatTinted
- All Known Implementing Classes:
CompressedIronBlockBlockEntity,CreativeCompressedIronBlockBlockEntity,HeatSinkBlockEntity,ThermalCompressorBlockEntity,VortexTubeBlockEntity
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiongetColorForTintIndex(int tintIndex) Called clientside to get a tint colour for the given tint index.
-
Method Details
-
getColorForTintIndex
Called clientside to get a tint colour for the given tint index.- Parameters:
tintIndex- the tint index of the model quad to be tinted- Returns:
- a tint colour
-