Package tech.guilhermekaua.spigotboot.inventoryapi.state
package tech.guilhermekaua.spigotboot.inventoryapi.state
-
InterfacesClassDescriptionMutableState<T>Mutable per-context state.SharedState<T>One value per view singleton, shared by all viewers; not context-keyed.State<T>Read access to a per-context value identified by this token.Marker for watchable per-view tokens; implemented by
Stateand pagination tokens.