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

Method invoke

Minecraft-Utils/1.13/src/Variables.java:126–130  ·  view source on GitHub ↗
(long window, int key, int scanCode, int action, int modifiers)

Source from the content-addressed store, hash-verified

124 }
125
126 @Override
127 public void invoke(long window, int key, int scanCode, int action, int modifiers) {
128 previousCallback.invoke(window, key, scanCode, action, modifiers);
129 MinecraftFactory.getClassProxyCallback().fireKeyPressEvent(key);
130 }
131
132 @Override
133 public void drawString(String string, int x, int y, Object... format) {

Callers 15

mouseClickedMethod · 0.45
VariablesMethod · 0.45
onRightClickMouseMethod · 0.45
getMinecraftIconMethod · 0.45
mouseClickedMethod · 0.45
VariablesMethod · 0.45
onRightClickMouseMethod · 0.45
getMinecraftIconMethod · 0.45
mouseClickedMethod · 0.45
VariablesMethod · 0.45
onRightClickMouseMethod · 0.45
getMinecraftIconMethod · 0.45

Calls 2

getClassProxyCallbackMethod · 0.95
fireKeyPressEventMethod · 0.65

Tested by

no test coverage detected