MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getWidth

Method getWidth

Mod Utils/src/eu/the5zig/mod/gui/Gui.java:397–399  ·  view source on GitHub ↗

Gets the screen width. @return The width of the current screen.

()

Source from the content-addressed store, hash-verified

395 * @return The width of the current screen.
396 */
397 public int getWidth() {
398 return handle.getWidth();
399 }
400
401 /**
402 * Gets the screen height.

Callers 7

addDoneButtonMethod · 0.95
addBottomDoneButtonMethod · 0.95
addCancelButtonMethod · 0.95
drawScreen0Method · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95

Calls 1

getWidthMethod · 0.65

Tested by

no test coverage detected