mirror of
https://github.com/Shiewk/Widgets.git
synced 2026-04-28 11:34:17 +02:00
8 lines
123 B
Java
8 lines
123 B
Java
package de.shiewk.widgets.client.screen;
|
|
|
|
public interface WidgetVisibilityToggle {
|
|
|
|
boolean shouldRenderWidgets();
|
|
|
|
}
|