mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +01:00
Give Widget
This commit is contained in:
parent
45de01ff9e
commit
62f65e832a
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user