πExample
Here you can find the standard structure of a RyseInventory
RyseInventory.builder()
.title("Basic Inventory")
.rows(3)
.provider(new InventoryProvider() {
@Override
public void init(Player player, InventoryContents contents) {
}
})
.build(this)Last updated