Package tech.guilhermekaua.spigotboot.inventoryapi
package tech.guilhermekaua.spigotboot.inventoryapi
The spigot-boot inventory framework (3.0.0): view-based inventories with typed per-phase
contexts, reactive state, and declarative pagination.
The public API design is inspired by devnatan/inventory-framework (MIT) — concepts and ergonomics are adopted; the implementation is clean-room and no code or documentation text was copied. The page-source pagination engine is original spigot-boot code.
-
ClassesClassDescriptionBootstraps the inventory-api view engine: initializes the
ViewRegistry, which discovers and registers everyRegisterView-annotatedViewsubclass under the host plugin's base package and instantiates each through the dependency manager.Base class for inventory views.