Package net.minecraftforge.client.event
Class ColorHandlerEvent
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.client.event.ColorHandlerEvent
-
- All Implemented Interfaces:
IModBusEvent
- Direct Known Subclasses:
ColorHandlerEvent.Block
,ColorHandlerEvent.Item
public abstract class ColorHandlerEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
Use these events to register block/item color handlers at the appropriate time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ColorHandlerEvent.Block
static class
ColorHandlerEvent.Item
-
Constructor Summary
Constructors Constructor Description ColorHandlerEvent()
-