1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Backport 2.3.0 to mc-1.21.6

This commit is contained in:
Shy
2026-02-14 12:47:42 +01:00
parent ed7e532d8c
commit bf75ac785b
51 changed files with 1950 additions and 344 deletions
@@ -0,0 +1,7 @@
package de.shiewk.widgets.client.screen;
public interface WidgetVisibilityToggle {
boolean shouldRenderWidgets();
}