Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.context.OpenContext
Packages that use OpenContext
Package
Description
The spigot-boot inventory framework (3.0.0): view-based inventories with typed per-phase
contexts, reactive state, and declarative pagination.
-
Uses of OpenContext in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi with parameters of type OpenContextModifier and TypeMethodDescriptionprotected voidView.onOpen(@NotNull OpenContext context) Called once per open, before any container exists. -
Uses of OpenContext in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that implement OpenContextModifier and TypeClassDescriptionfinal classContext forView.onOpen: records per-open overrides and the cancel decision.