Package tech.guilhermekaua.spigotboot.inventoryapi.internal.context
package tech.guilhermekaua.spigotboot.inventoryapi.internal.context
-
ClassesClassDescriptionBase implementation shared by every per-phase context: resolves all
ViewContextaccessors from the bound session and routes the mutating operations through the engine.Context forView.onClose: the session is tearing down.Context forView.onOpen: records per-open overrides and the cancel decision.Plain phase-less context handed out byViewService.contextOf; adds nothing on top of the base context behavior.Context forView.onFirstRender: collects component declarations in order and freezes them into the session's component table viaRenderContextImpl.materializeAll(), called by the first-render phase after the handler returns.Context for component click handlers andView.onClick: wraps one Bukkit click event.Context forView.onUpdate: a plain context carrying the trigger of the pass.