Class MoveCommand
java.lang.Object
com.soulfiremc.server.command.builtin.MoveCommand
-
Method Summary
Modifier and TypeMethodDescriptionstatic intexecutePathfinding(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, Function<BotConnection, GoalScorer> goalScorerFactory) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
-
Method Details
-
register
-
executePathfinding
public static int executePathfinding(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, Function<BotConnection, GoalScorer> goalScorerFactory) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-