public class ItemColors
extends java.lang.Object
Constructor and Description |
---|
ItemColors() |
Modifier and Type | Method and Description |
---|---|
int |
colorMultiplier(ItemStack stack,
int tintIndex) |
static ItemColors |
init(BlockColors colors) |
void |
registerItemColorHandler(IItemColor itemColor,
Block... blocksIn) |
void |
registerItemColorHandler(IItemColor itemColor,
Item... itemsIn) |
public static ItemColors init(BlockColors colors)
public int colorMultiplier(ItemStack stack, int tintIndex)
public void registerItemColorHandler(IItemColor itemColor, Block... blocksIn)
public void registerItemColorHandler(IItemColor itemColor, Item... itemsIn)