Package net.minecraftforge.client
Class ItemDecoratorHandler
java.lang.Object
net.minecraftforge.client.ItemDecoratorHandler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static Map<Item,ItemDecoratorHandler> private static final ItemDecoratorHandlerprivate final List<IItemDecorator>
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateprivateItemDecoratorHandler(List<IItemDecorator> itemDecorators) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidinit()static ItemDecoratorHandlervoidrender(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) private void
- 
Field Details- 
itemDecorators
- 
DECORATOR_LOOKUP
- 
EMPTY
 
- 
- 
Constructor Details- 
ItemDecoratorHandlerprivate ItemDecoratorHandler()
- 
ItemDecoratorHandler
 
- 
- 
Method Details- 
initpublic static void init()
- 
of
- 
render
- 
resetRenderStateprivate void resetRenderState()
 
-