文件名称:FBot:我的世界1.8机器人API
文件大小:201KB
文件格式:ZIP
更新时间:2024-04-28 17:01:59
Java
Fbot FBot 关于该项目 FBot是Minecraft机器人API,用于让Minecraft客户端连接到服务器。 查看示例 用法 将API添加到您的项目中 做一些不可思议的事情;) 1:具有在线帐户的单机器人示例: public static void main( String [] args) { FBot bot = BotFactory . createBot( " test@gamil.com " , " mysafepassword " ); String host = " localhost " ; // host of the server int port = 25565 ; // port of the server bot . connect(host, port, () - > { // B