Package me.desht.pneumaticcraft.client
Class ColorHandlers
java.lang.Object
me.desht.pneumaticcraft.client.ColorHandlers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceItems implementing this will be automatically registered in the ColorHandler.Block eventstatic interfaceItems implementing this will be automatically registered in the ColorHandler.Item event -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intdesaturate(int c) static voidregisterBlockColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Block event) static voidregisterItemColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Item event)
-
Constructor Details
-
ColorHandlers
public ColorHandlers()
-
-
Method Details
-
registerItemColorHandlers
public static void registerItemColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Item event) -
registerBlockColorHandlers
public static void registerBlockColorHandlers(net.minecraftforge.client.event.ColorHandlerEvent.Block event) -
desaturate
public static int desaturate(int c)
-