Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.render.SlotPainter
Packages that use SlotPainter
Package
Description
-
Uses of SlotPainter in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine that return SlotPainterModifier and TypeMethodDescription@NotNull SlotPainterViewEngine.painter()Returns the slot painter used by the rendering phases; pagination bindings paint their page frames through it.Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine with parameters of type SlotPainterModifierConstructorDescriptionViewEngine(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull ViewRegistry views, @NotNull SessionRegistry sessions, @NotNull SlotPainter painter, @NotNull TitleUpdater titleUpdater, @NotNull PlatformScheduler scheduler) Creates the engine and its phase handlers. -
Uses of SlotPainter in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase with parameters of type SlotPainterModifierConstructorDescriptionFirstRenderPhase(@NotNull ViewEngine engine, @NotNull SessionRegistry sessions, @NotNull SlotPainter painter) Creates the phase.OpenPhase(@NotNull ViewEngine engine, @NotNull SessionRegistry sessions, @NotNull SlotPainter painter) Creates the phase.UpdatePhase(@NotNull ViewEngine engine, @NotNull SlotPainter painter) Creates the phase.