From eb5d8f3d6022eaa99b70da15bf15487bd9ac81bf Mon Sep 17 00:00:00 2001 From: Tnze Date: Wed, 12 Jun 2019 21:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d00f366..ea34e86 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ There's some library in Go support you to create your Minecraft client or server - [x] Parse NBT - [x] Use item - [x] Swing arm +- [x] Use item +- [x] Use entity +- [x] Attack entity +- [x] Use/Place block +- [x] Mine block +- [x] Pick item +- [x] Drop item +- [x] Swap item in hands + > 由于仍在开发中,部分API在未来版本中可能会变动