Uses of Enum Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.session.ViewSession.Status
Packages that use ViewSession.Status
-
Uses of ViewSession.Status in tech.guilhermekaua.spigotboot.inventoryapi.internal.session
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.session that return ViewSession.StatusModifier and TypeMethodDescription@NotNull ViewSession.StatusViewSession.status()Returns the current lifecycle status.static ViewSession.StatusReturns the enum constant of this class with the specified name.static ViewSession.Status[]ViewSession.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.session with parameters of type ViewSession.StatusModifier and TypeMethodDescriptionvoidViewSession.status(@NotNull ViewSession.Status s) Sets the lifecycle status; called only by the engine.