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 
     
    static class 
     

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ColorHandlerEvent

      public ColorHandlerEvent()