Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.registry.RegisteredView
Packages that use RegisteredView
Package
Description
-
Uses of RegisteredView in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase with parameters of type RegisteredViewModifier and TypeMethodDescription@Nullable ViewSessionOpenPhase.openSession(@NotNull org.bukkit.entity.Player player, @NotNull RegisteredView registered, @NotNull ViewArguments arguments) Opens a session up to (and including) container creation; first render and registration happen inFirstRenderPhase. -
Uses of RegisteredView in tech.guilhermekaua.spigotboot.inventoryapi.internal.registry
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.registry that return types with arguments of type RegisteredViewModifier and TypeMethodDescription@NotNull Collection<RegisteredView>ViewRegistry.all()Returns every registration in registration order.@NotNull Optional<RegisteredView>Looks up the registration of a view class. -
Uses of RegisteredView in tech.guilhermekaua.spigotboot.inventoryapi.internal.session
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.session that return RegisteredViewModifier and TypeMethodDescription@NotNull RegisteredViewViewSession.registered()Returns the registration of the opened view.Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.session with parameters of type RegisteredViewModifierConstructorDescriptionViewSession(@NotNull org.bukkit.entity.Player player, @NotNull RegisteredView registered, @NotNull ViewArguments arguments, @NotNull StateStore stateStore) Creates a session inViewSession.Status.OPENING.