Interface ScreenWithStencils
- All Known Implementing Classes:
ScheduleScreen,StockKeeperCategoryScreen,StockKeeperRequestScreen
public interface ScreenWithStencils
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidstartStencil(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()
-