This commit is contained in:
Vulpovile
2025-04-09 21:52:18 -07:00
parent 8da8621d9b
commit 0648a0178c
22 changed files with 288 additions and 317 deletions

View File

@@ -13,4 +13,6 @@ public interface Display {
public void drawBoundLimitedDisplay(RenderPanel renderer, Graphics2D g, Rectangle bounds, long ticks, int iconTicks);
public void redrawRegionlost(RenderPanel renderer);
public void notifyForecastProviderUpdate(RenderPanel renderPanel, ForecastProvider forecastProvider);
public String getDisplayName();
}