public class ColorHandlers
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColorHandlers.IHeatTintable |
static interface |
ColorHandlers.ITintableBlock
Items implementing this will be automatically registered in the ColorHandler.Block event
|
static interface |
ColorHandlers.ITintableItem
Items implementing this will be automatically registered in the ColorHandler.Item event
|
| Constructor and Description |
|---|
ColorHandlers() |
| Modifier and Type | Method and Description |
|---|---|
static int |
desaturate(int c) |
static void |
registerBlockColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Block event) |
static void |
registerItemColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Item event) |
public static void registerItemColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Item event)
public static void registerBlockColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Block event)
public static int desaturate(int c)