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

Method drawTexturedModalRect

Minecraft-Utils/1.13/src/GuiHandle.java:112–115  ·  view source on GitHub ↗
(int x, int y, int texX, int texY, int width, int height)

Source from the content-addressed store, hash-verified

110 }
111
112 @Override
113 public void drawTexturedModalRect(int x, int y, int texX, int texY, int width, int height) {
114 b(x, y, texX, texY, width, height);
115 }
116
117 @Override
118 public void drawHoveringText(List<String> lines, int x, int y) {

Callers

nothing calls this directly

Calls 1

bMethod · 0.95

Tested by

no test coverage detected