Uses of Enum Class
tech.guilhermekaua.spigotboot.inventoryapi.context.UpdateTrigger
Packages that use UpdateTrigger
Package
Description
-
Uses of UpdateTrigger in tech.guilhermekaua.spigotboot.inventoryapi.context
Methods in tech.guilhermekaua.spigotboot.inventoryapi.context that return UpdateTriggerModifier and TypeMethodDescription@NotNull UpdateTriggerUpdateContext.trigger()Returns what triggered this update pass.static UpdateTriggerReturns the enum constant of this class with the specified name.static UpdateTrigger[]UpdateTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UpdateTrigger in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that return UpdateTriggerConstructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.context with parameters of type UpdateTriggerModifierConstructorDescriptionUpdateContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine, @NotNull UpdateTrigger trigger) Creates the context for one update pass. -
Uses of UpdateTrigger in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine with parameters of type UpdateTriggerModifier and TypeMethodDescriptionvoidViewEngine.update(@NotNull ViewSession session, @NotNull UpdateTrigger trigger) Runs an update pass on a session, then flushes any state the handlers dirtied. -
Uses of UpdateTrigger in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase with parameters of type UpdateTriggerModifier and TypeMethodDescriptionvoidUpdatePhase.update(@NotNull ViewSession session, @NotNull UpdateTrigger trigger, @Nullable Set<Integer> dirtyOrNull) Runs one update pass on a session.