MCPcopy Create free account
hub / github.com/cabaletta/baritone / openClick

Method openClick

src/main/java/baritone/Baritone.java:243–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 }
242
243 @Override
244 public void openClick() {
245 new Thread(() -> {
246 try {
247 Thread.sleep(100);
248 mc.execute(() -> mc.setScreen(new GuiClick()));
249 } catch (Exception ignored) {}
250 }).start();
251 }
252
253 public Path getDirectory() {
254 return this.directory;

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected