Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.session.SessionRegistry
Packages that use SessionRegistry
Package
Description
-
Uses of SessionRegistry in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine with parameters of type SessionRegistryModifierConstructorDescriptionViewEngine(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull ViewRegistry views, @NotNull SessionRegistry sessions, @NotNull SlotPainter painter, @NotNull TitleUpdater titleUpdater, @NotNull PlatformScheduler scheduler) Creates the engine and its phase handlers. -
Uses of SessionRegistry in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase with parameters of type SessionRegistryModifierConstructorDescriptionClosePhase(@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. -
Uses of SessionRegistry in tech.guilhermekaua.spigotboot.inventoryapi.internal.listener
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.listener with parameters of type SessionRegistryModifierConstructorDescriptionViewListener(@NotNull SessionRegistry sessions, @NotNull ViewEngine engine) Creates the listener. -
Uses of SessionRegistry in tech.guilhermekaua.spigotboot.inventoryapi.service
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.service with parameters of type SessionRegistryModifierConstructorDescriptionViewService(ViewEngine engine, SessionRegistry sessions) Creates the service.