Interface ColorHandlers.ITintableItem

All Known Implementing Classes:
AphorismTileBlock.ItemBlockAphorismTile, DroneItem, JackHammerItem, LiquidHopperBlock.ItemBlockLiquidHopper, MemoryStickItem, OmnidirectionalHopperBlock.ItemBlockOmnidirectionalHopper, PneumaticArmorItem, PneumaticDoorBlock.ItemBlockPneumaticDoor, SpawnerCoreItem
Enclosing class:
ColorHandlers

public static interface ColorHandlers.ITintableItem
Items implementing this will be automatically registered in the ColorHandler.Item event
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getTintColor(net.minecraft.world.item.ItemStack stack, int tintIndex)
     
  • Method Details

    • getTintColor

      int getTintColor(net.minecraft.world.item.ItemStack stack, int tintIndex)