Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.config.ViewConfigBuilder
Packages that use ViewConfigBuilder
Package
Description
The spigot-boot inventory framework (3.0.0): view-based inventories with typed per-phase
contexts, reactive state, and declarative pagination.
-
Uses of ViewConfigBuilder in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi with parameters of type ViewConfigBuilderModifier and TypeMethodDescriptionprotected voidView.onInit(@NotNull ViewConfigBuilder config) Configures this view; called once per class at registration. -
Uses of ViewConfigBuilder in tech.guilhermekaua.spigotboot.inventoryapi.config
Methods in tech.guilhermekaua.spigotboot.inventoryapi.config that return ViewConfigBuilderModifier and TypeMethodDescription@NotNull ViewConfigBuilderViewConfigBuilder.applyPlaceholders(boolean apply) Sets whether placeholders are applied at paint time (defaulttrue).@NotNull ViewConfigBuilderViewConfigBuilder.cancelOnClick(boolean cancel) Sets whether clicks are cancelled by default (defaulttrue).@NotNull ViewConfigBuilderViewConfigBuilder.cancelOnDrag(boolean cancel) Sets whether drags are cancelled by default (defaulttrue).@NotNull ViewConfigBuilderSets the layout rows; each row must be non-null and exactlyLayout.ROW_WIDTHcharacters, validated atbuild().@NotNull ViewConfigBuilderViewConfigBuilder.rows(int rows) Sets the explicit row count; optional when a layout is present (inferred).@NotNull ViewConfigBuilderViewConfigBuilder.scheduleUpdate(long intervalTicks) Schedules periodic updates; values<= 0disable scheduling (the default).@NotNull ViewConfigBuilderSets the inventory title (legacy color codes allowed).