Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.context.AbstractViewContext
Packages that use AbstractViewContext
-
Uses of AbstractViewContext in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Modifier and TypeClassDescriptionfinal 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.