Package me.hackware.api.gui
Interface GuiHost
Host presentation metrics the widget kit needs for layout: the GUI zoom
multiplier and the macOS notch inset. Backed by the client's ClickGUI
settings; the built-in default is a 1× scale with no notch.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
uiScale
double uiScale()GUI zoom multiplier applied over the Minecraft GUI scale. -
notchHeight
int notchHeight()Manual macOS notch inset in GUI pixels, or 0 to auto-detect. -
get
-
install
Installed once by the client at startup.
-