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

Method drawTexturedModalRect

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

Source from the content-addressed store, hash-verified

90 }
91
92 @Override
93 public void drawTexturedModalRect(int x, int y, int texX, int texY, int width, int height) {
94 b(x, y, texX, texY, width, height);
95 }
96
97 @Override
98 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