Give Widget

This commit is contained in:
simibubi 2021-08-08 16:26:44 +02:00
parent 45de01ff9e
commit 62f65e832a

View File

@ -178,5 +178,9 @@ public abstract class AbstractSimiScreen extends Screen {
protected void debugWindowArea(MatrixStack matrixStack) {
fill(matrixStack, guiLeft + windowWidth, guiTop + windowHeight, guiLeft, guiTop, 0xD3D3D3D3);
}
public List<Widget> getWidgets() {
return widgets;
}
}