Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sendChatMessage
Method · 0.65
handleCustomClickEvent
Method · 0.65
preUpdateSuggestion
Method · 0.65
tickPath
Method · 0.65
onSendChatMessage
Method · 0.65
onTick
Method · 0.65
rescan
Method · 0.65
destroy
Method · 0.65
cancel
Method · 0.65
Implementers
1
MineProcess
src/main/java/baritone/process/MinePro
Calls
no outgoing calls
Tested by
no test coverage detected