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

Method onRightClickMouse

Minecraft-Utils/1.8.9/src/Variables.java:908–915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

906 }
907
908 @Override
909 public void onRightClickMouse() {
910 try {
911 rightClickMouse.invoke(getMinecraft());
912 } catch (Exception e) {
913 throw new RuntimeException(e);
914 }
915 }
916
917 public void renderItem(zx itemStack, int x, int y) {
918 avc.c();

Callers

nothing calls this directly

Calls 2

getMinecraftMethod · 0.95
invokeMethod · 0.45

Tested by

no test coverage detected