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

Method onRightClickMouse

Minecraft-Utils/1.10/src/Variables.java:921–928  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

919 }
920
921 @Override
922 public void onRightClickMouse() {
923 try {
924 rightClickMouse.invoke(getMinecraft());
925 } catch (Exception e) {
926 throw new RuntimeException(e);
927 }
928 }
929
930 public void renderItem(adz itemStack, int x, int y) {
931 bcv.c();

Callers

nothing calls this directly

Calls 2

getMinecraftMethod · 0.95
invokeMethod · 0.45

Tested by

no test coverage detected