Class ItemDecoratorHandler

java.lang.Object
net.neoforged.neoforge.client.ItemDecoratorHandler

@Internal public final class ItemDecoratorHandler extends Object
  • Field Details

  • Constructor Details

    • ItemDecoratorHandler

      private ItemDecoratorHandler()
    • ItemDecoratorHandler

      private ItemDecoratorHandler(List<IItemDecorator> itemDecorators)
  • Method Details

    • init

      public static void init()
    • of

      public static ItemDecoratorHandler of(net.minecraft.world.item.ItemStack stack)
    • render

      public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, net.minecraft.world.item.ItemStack stack, int xOffset, int yOffset)