Package net.neoforged.neoforge.client
Class ItemDecoratorHandler
java.lang.Object
net.neoforged.neoforge.client.ItemDecoratorHandler
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static Map<Item,ItemDecoratorHandler> private static final ItemDecoratorHandlerprivate final List<IItemDecorator>private final GlStateBackup - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateprivateItemDecoratorHandler(List<IItemDecorator> itemDecorators)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()static ItemDecoratorHandlervoidrender(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) private void 
- 
Field Details
- 
itemDecorators
 - 
stateBackup
 - 
DECORATOR_LOOKUP
 - 
EMPTY
 
 - 
 - 
Constructor Details
- 
ItemDecoratorHandler
private ItemDecoratorHandler() - 
ItemDecoratorHandler
 
 - 
 - 
Method Details
- 
init
public static void init() - 
of
 - 
render
 - 
resetRenderState
private void resetRenderState() 
 -