Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.ViewEngine
Packages that use ViewEngine
Package
Description
-
Uses of ViewEngine in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that return ViewEngineModifier and TypeMethodDescriptionprotected @NotNull ViewEngineAbstractViewContext.engine()Returns the engine this context routes operations through.Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.context with parameters of type ViewEngineModifierConstructorDescriptionprotectedAbstractViewContext(@NotNull ViewSession session, @NotNull ViewEngine engine) Binds the context to one session and the engine.CloseContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine, @NotNull CloseReason reason) Creates the context for one teardown.OpenContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine) Creates the context for one open attempt.PlainViewContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine) Creates the context for a live session.RenderContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine) Creates the context for one first render.SlotClickContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine, @NotNull org.bukkit.event.inventory.InventoryClickEvent event, boolean playerInventory, boolean preCancelled) Creates the context for one intercepted click.UpdateContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine, @NotNull UpdateTrigger trigger) Creates the context for one update pass. -
Uses of ViewEngine in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase with parameters of type ViewEngineModifierConstructorDescriptionClickRoutingPhase(@NotNull ViewEngine engine) Creates the phase.ClosePhase(@NotNull ViewEngine engine, @NotNull SessionRegistry sessions) Creates the phase.FirstRenderPhase(@NotNull ViewEngine engine, @NotNull SessionRegistry sessions, @NotNull SlotPainter painter) Creates the phase.OpenPhase(@NotNull ViewEngine engine, @NotNull SessionRegistry sessions, @NotNull SlotPainter painter) Creates the phase.PaginationInitPhase(@NotNull ViewEngine engine, @NotNull SessionRegistry sessions) Creates the phase.UpdatePhase(@NotNull ViewEngine engine, @NotNull SlotPainter painter) Creates the phase. -
Uses of ViewEngine in tech.guilhermekaua.spigotboot.inventoryapi.internal.listener
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.listener with parameters of type ViewEngineModifierConstructorDescriptionViewListener(@NotNull SessionRegistry sessions, @NotNull ViewEngine engine) Creates the listener. -
Uses of ViewEngine in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination with parameters of type ViewEngineModifierConstructorDescriptionPaginationBinding(@NotNull PaginationSpec<?> spec, int tokenId, @NotNull ViewSession session, @NotNull ViewEngine engine) Creates the binding for one pagination token of one session. -
Uses of ViewEngine in tech.guilhermekaua.spigotboot.inventoryapi.internal.schedule
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.schedule with parameters of type ViewEngineModifierConstructorDescriptionViewUpdateTask(@NotNull ViewEngine engine, @NotNull ViewSession session) Creates the task for one session. -
Uses of ViewEngine in tech.guilhermekaua.spigotboot.inventoryapi.service
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.service with parameters of type ViewEngineModifierConstructorDescriptionViewService(ViewEngine engine, SessionRegistry sessions) Creates the service.