Interface ScreenWithStencils

All Known Implementing Classes:
ScheduleScreen, StockKeeperCategoryScreen, StockKeeperRequestScreen

public interface ScreenWithStencils
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
    startStencil(net.minecraft.client.gui.GuiGraphics graphics, float x, float y, float w, float h)
     
  • Method Details

    • startStencil

      default void startStencil(net.minecraft.client.gui.GuiGraphics graphics, float x, float y, float w, float h)
    • endStencil

      default void endStencil()