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

Method onRightClickMouse

Minecraft-Utils/1.12.2/src/Variables.java:932–939  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

930 }
931
932 @Override
933 public void onRightClickMouse() {
934 try {
935 rightClickMouse.invoke(getMinecraft());
936 } catch (Exception e) {
937 throw new RuntimeException(e);
938 }
939 }
940
941 public void renderItem(aip itemStack, int x, int y) {
942 bhz.c();

Callers

nothing calls this directly

Calls 2

getMinecraftMethod · 0.95
invokeMethod · 0.45

Tested by

no test coverage detected