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.

@FunctionalInterface public interface IHeatTinted
  • Method Summary

    Modifier and Type
    Method
    Description
    getColorForTintIndex(int tintIndex)
    Called clientside to get a tint colour for the given tint index.
  • Method Details

    • getColorForTintIndex

      TintColor getColorForTintIndex(int tintIndex)
      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