HomeJavaModsTitanInventories - GUI Creation API
TitanInventories

create clickable inventories, paginated or auto updating!

Features
Maven Repository
HTML:
Maven Repository
<repositories>
    <repository>
        <id>jitpack.io </id>
        <url>https://jitpack.io </url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.TitanDevX </groupId>
    <artifactId>TitanInventories </artifactId>
    <version>LATEST </version>
</dependency>

Using the plugin
Creating a simple inventory
All you need to do is make a class that extends TitanInv, override the constructor to set title and size, and the init function where you will be setting inventory content and pagination, as follows:

Code (Text):
public class UsersGUI extends TitanInv {

public UsersGUI() {
   super(Title, Size);
}

@Override
public void init(Player p, InventoryContents con, Object[] data) {

}
The InventoryContens is the management of the contents.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

TitanInventories - GUI Creation API is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 72 times (via Spigot). Download it and open it directly in the game.

Explore more