Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.state.StateStore
Packages that use StateStore
Package
Description
-
Uses of StateStore in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that return StateStore -
Uses of StateStore in tech.guilhermekaua.spigotboot.inventoryapi.internal.session
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.session that return StateStoreModifier and TypeMethodDescription@NotNull StateStoreViewSession.stateStore()Returns the per-session state storage.Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.session with parameters of type StateStoreModifierConstructorDescriptionViewSession(@NotNull org.bukkit.entity.Player player, @NotNull RegisteredView registered, @NotNull ViewArguments arguments, @NotNull StateStore stateStore) Creates a session inViewSession.Status.OPENING. -
Uses of StateStore in tech.guilhermekaua.spigotboot.inventoryapi.internal.state
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.state that return StateStoreModifier and TypeMethodDescription@NotNull StateStoreStateBackedContext.stateStore()Returns the per-session state storage backing this context.static @NotNull StateStoreContextStateAccess.storeFor(@NotNull ViewContext context, @NotNull View owner) Resolves the state store of a context after validating that the context belongs to the given owning view and is still open — the single guard shared by every per-context token implementation.