Minecraft SmartUI API mod 2024 download
logo
minecraft mod SmartUI API

SmartUI API

Game Version: 1.16
Total Downloads: 32
Updated: Jul 16, 2020
Created: Jul 16, 2020
Download SmartUI APIDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SmartUI >> 1.0 release 7.37 KB Jul 16, 2020 1.16 32 download SmartUI API SmartUI >> 1.0 releaseDownload

Screenshots

Description

Share this:

LOGO  The SmartUI API makes your UI smart

Here is SmartUI

The SmartUI API makes it possible to build GUIs or inventories in a very simple and straightforward way.

 

It also greatly simplifies creating and adding ItemStacks and inventories, making the workflow simpler and easier than ever before.

 

With the API, existing Bukkit ItemStacks can also be converted to SmartItems and backwards, so that later use of the API does not cause any after-effects or side effects.

 

Examples

To show how simple and structured the use of the SmartUI API is in contrast to the BukkitAPI, some examples are shown here.

Simple Inventory

 

Extremely simple inventory

 

Fusion with Bukkit-Inventory

 

Fusion with Bukkit-Itemstack

 

Create an Item

SmartItem item = new SmartItem().name("An Item").type(Material.CAKE);

Create an Inventory

SmartInventory inventory = new SmartInventory();

Apply the Item to the Inventory

inventory.place(12, item);

That's all there is to it! Incredibly fast and easy!

Comments

Add a comment