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

Method getHandle

Mod Utils/src/eu/the5zig/mod/gui/Gui.java:414–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412 }
413
414 public IGuiHandle getHandle() {
415 return handle;
416 }
417
418 public void drawTexturedModalRect(int x, int y, int texX, int texY, int width, int height) {
419 handle.drawTexturedModalRect(x, y, texX, texY, width, height);

Callers 13

displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45
displayScreenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected