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

Method cancel

src/api/java/baritone/api/process/IMineProcess.java:113–113  ·  view source on GitHub ↗

Cancels the current mining task

()

Source from the content-addressed store, hash-verified

111 * Cancels the current mining task
112 */
113 default void cancel() {
114 onLostControl();
115 }
116}

Callers 9

sendChatMessageMethod · 0.65
preUpdateSuggestionMethod · 0.65
tickPathMethod · 0.65
onSendChatMessageMethod · 0.65
onTickMethod · 0.65
rescanMethod · 0.65
destroyMethod · 0.65
cancelMethod · 0.65

Implementers 1

MineProcesssrc/main/java/baritone/process/MinePro

Calls

no outgoing calls

Tested by

no test coverage detected