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

Method execute

src/api/java/baritone/api/command/ICommand.java:38–38  ·  view source on GitHub ↗

Called when this command is executed.

(String label, IArgConsumer args)

Source from the content-addressed store, hash-verified

36 * Called when this command is executed.
37 */
38 void execute(String label, IArgConsumer args) throws CommandException;
39
40 /**
41 * Called when the command needs to tab complete. Return a Stream representing the entries to put in the completions

Callers 15

openClickMethod · 0.65
onCloseMethod · 0.65
CachedWorldMethod · 0.65
findPathInNewThreadMethod · 0.65
runCommandMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
isAlreadyExploredMethod · 0.65
onTickMethod · 0.65
destroyBehaviorAsyncMethod · 0.65
onTickMethod · 0.65
onTickMethod · 0.65

Implementers 1

Commandsrc/api/java/baritone/api/command/Comm

Calls

no outgoing calls

Tested by

no test coverage detected