Class EmptyBackground

java.lang.Object
com.simibubi.create.compat.jei.EmptyBackground
All Implemented Interfaces:
mezz.jei.api.gui.drawable.IDrawable

public class EmptyBackground extends Object implements mezz.jei.api.gui.drawable.IDrawable
  • Constructor Details

    • EmptyBackground

      public EmptyBackground(int width, int height)
  • Method Details

    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface mezz.jei.api.gui.drawable.IDrawable
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in interface mezz.jei.api.gui.drawable.IDrawable
    • draw

      public void draw(com.mojang.blaze3d.vertex.PoseStack matrixStack, int xOffset, int yOffset)
      Specified by:
      draw in interface mezz.jei.api.gui.drawable.IDrawable