Package net.minecraftforge.client.event
Class ColorHandlerEvent.Item
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.client.event.ColorHandlerEvent
-
- net.minecraftforge.client.event.ColorHandlerEvent.Item
-
- All Implemented Interfaces:
IModBusEvent
- Enclosing class:
- ColorHandlerEvent
public static class ColorHandlerEvent.Item extends ColorHandlerEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.client.event.ColorHandlerEvent
ColorHandlerEvent.Block, ColorHandlerEvent.Item
-
-
Field Summary
Fields Modifier and Type Field Description private BlockColors
blockColors
private ItemColors
itemColors
-
Constructor Summary
Constructors Constructor Description Item(ItemColors itemColors, BlockColors blockColors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockColors
getBlockColors()
ItemColors
getItemColors()
-
-
-
Field Detail
-
itemColors
private final ItemColors itemColors
-
blockColors
private final BlockColors blockColors
-
-
Constructor Detail
-
Item
public Item(ItemColors itemColors, BlockColors blockColors)
-
-
Method Detail
-
getItemColors
public ItemColors getItemColors()
-
getBlockColors
public BlockColors getBlockColors()
-
-