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

Method drawComponentHover

Minecraft-Utils/1.10.2/src/Gui2ndChat.java:254–259  ·  view source on GitHub ↗
(int mouseX, int mouseY)

Source from the content-addressed store, hash-verified

252 }
253
254 @Override
255 public void drawComponentHover(int mouseX, int mouseY) {
256 ey chatComponent = getChatComponent(Mouse.getX(), Mouse.getY());
257 if (chatComponent != null && chatComponent.b().i() != null)
258 ((bft) MinecraftFactory.getVars().getMinecraftScreen()).a(chatComponent, mouseX, mouseY);
259 }
260
261 @Override
262 public boolean mouseClicked(int mouseX, int mouseY, int button) {

Callers

nothing calls this directly

Calls 7

getChatComponentMethod · 0.95
getXMethod · 0.95
getYMethod · 0.95
getVarsMethod · 0.95
getMinecraftScreenMethod · 0.65
bMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected