Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.title.TitleUpdater
Packages that use TitleUpdater
Package
Description
-
Uses of TitleUpdater in tech.guilhermekaua.spigotboot.inventoryapi.config
Methods in tech.guilhermekaua.spigotboot.inventoryapi.config that return TitleUpdater -
Uses of TitleUpdater in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine that return TitleUpdaterModifier and TypeMethodDescription@NotNull TitleUpdaterViewEngine.titleUpdater()Returns the in-place title update strategy.Constructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine with parameters of type TitleUpdaterModifierConstructorDescriptionViewEngine(@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.