Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.state.SharedState
Packages that use SharedState
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 SharedState in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi that return SharedStateModifier and TypeMethodDescriptionprotected final <T> SharedState<T>View.sharedState(T initialValue) Declares one atomic value per view singleton, shared by all viewers and writable from any thread. -
Uses of SharedState in tech.guilhermekaua.spigotboot.inventoryapi.internal.state
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.state that implement SharedStateModifier and TypeClassDescriptionfinal classShared state token: one atomic value per view singleton, readable and writable from any thread.