Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.component.ComponentInstance
Packages that use ComponentInstance
Package
Description
-
Uses of ComponentInstance in tech.guilhermekaua.spigotboot.inventoryapi.internal.component
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.component that return ComponentInstanceModifier and TypeMethodDescription@Nullable ComponentInstanceComponentTable.componentAt(int slot) @NotNull ComponentInstanceItemComponentBuilderImpl.materialize(@org.jetbrains.annotations.NotNull int[] slots) Freezes the collected declaration into a component bound to the given slots.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.component that return types with arguments of type ComponentInstanceModifier and TypeMethodDescription@NotNull List<ComponentInstance>ComponentTable.all()@NotNull List<ComponentInstance>ComponentTable.watchersOf(@NotNull Set<Integer> dirtyTokenIds) Resolves the components whose watched token ids intersect the dirty set, in declaration order.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.component with parameters of type ComponentInstanceModifier and TypeMethodDescriptionvoidComponentTable.add(@NotNull ComponentInstance component) Registers a component; validated before any slot is bound so a failed add leaves the table unchanged. -
Uses of ComponentInstance in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that return ComponentInstanceModifier and TypeMethodDescription@Nullable ComponentInstancePaginationBinding.componentAt(int slot) Returns the page-element component currently occupying a slot.static @Nullable ComponentInstancePaginationBindings.componentAt(@NotNull ViewSession session, int slot) Looks up the pagination element component currently occupying a slot.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that return types with arguments of type ComponentInstanceModifier and TypeMethodDescription@NotNull List<ComponentInstance>PaginationBinding.elementWatchersOf(@NotNull Set<Integer> dirtyTokenIds) Returns the current page-element components watching any of the given token ids.