Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 901 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 901 Bytes

GUIFly

GUIFlyはMinecraftのGUIを操作するためのライブラリです。

できること

・GUIのアイテムを変更する
・GUI内のアイテムのクリック/ピックアップ/移動/変更の検出
・GUIの種類を変更する
・GUI内の範囲選択
・GUIのタイトルを変更する
・GUIの種類に応じたイベントの受け取り(WIP)

サンプルコード

サンプルコードはこちら

Getting Started

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
<groupId>com.github.Bun133</groupId>
<artifactId>GUIFly</artifactId>
<version>[VERSION]</version>
</dependency>