Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.context.UpdateContext
Packages that use UpdateContext
Package
Description
The spigot-boot inventory framework (3.0.0): view-based inventories with typed per-phase
contexts, reactive state, and declarative pagination.
-
Uses of UpdateContext in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi with parameters of type UpdateContextModifier and TypeMethodDescriptionprotected voidView.onUpdate(@NotNull UpdateContext context) Called on every update pass; inspecttrigger()for the cause. -
Uses of UpdateContext in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that implement UpdateContextModifier and TypeClassDescriptionfinal classContext forView.onUpdate: a plain context carrying the trigger of the pass.