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

Method getHeight

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

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

()

Source from the content-addressed store, hash-verified

404 * @return The height of the current screen.
405 */
406 public int getHeight() {
407 return handle.getHeight();
408 }
409
410 public void setResolution(int width, int height) {
411 handle.setResolution(width, height);

Callers 3

addDoneButtonMethod · 0.95
addBottomDoneButtonMethod · 0.95
addCancelButtonMethod · 0.95

Calls 1

getHeightMethod · 0.65

Tested by

no test coverage detected