Class ColorHandlerEvent.Block

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ColorHandlerEvent
net.minecraftforge.client.event.ColorHandlerEvent.Block
All Implemented Interfaces:
IModBusEvent
Enclosing class:
ColorHandlerEvent

public static class ColorHandlerEvent.Block extends ColorHandlerEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.client.event.ColorHandlerEvent

    ColorHandlerEvent.Block, ColorHandlerEvent.Item

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

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

    Fields
    Modifier and Type
    Field
    Description
    private final BlockColors
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Block(BlockColors blockColors)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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
  • Field Details

  • Constructor Details

  • Method Details