static bt_status_t init(bthf_callbacks_t *callbacks, int max_hf_clients)
{
	return init_real(callbacks, max_hf_clients);
}
static bt_status_t init(bthf_callbacks_t *callbacks)
{
	return init_real(callbacks, 1);
}
static void MinecraftClient$init_hook(MinecraftClient* client) {
	MinecraftClient$init_real(client);
	ServerCommandParser* commandParser = client->getCommandParser();
	commandParser->addCommand("arrow", "ss", arrowCmd);
}