1. Getting Started
SmartInventory Builder
Example
public static final SmartInventory INVENTORY = SmartInventory.builder()
.id("customInventory")
.provider(new MyProvider())
.size(4, 9)
.title(ChatColor.RED + "Unclosable inventory!")
.closeable(false)
.build();Context-dependent Example
Last updated