Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.internal.state.StateBackedContext
Packages that use StateBackedContext
-
Uses of StateBackedContext in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that implement StateBackedContextModifier and TypeClassDescriptionclassBase implementation shared by every per-phase context: resolves allViewContextaccessors from the bound session and routes the mutating operations through the engine.final classContext forView.onClose: the session is tearing down.final classContext forView.onOpen: records per-open overrides and the cancel decision.final classPlain phase-less context handed out byViewService.contextOf; adds nothing on top of the base context behavior.final classContext 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.final classContext for component click handlers andView.onClick: wraps one Bukkit click event.final classContext forView.onUpdate: a plain context carrying the trigger of the pass.