Uses of Interface
tech.guilhermekaua.spigotboot.config.folder.FolderConfigRef
Packages that use FolderConfigRef
Package
Description
-
Uses of FolderConfigRef in tech.guilhermekaua.spigotboot.config
Methods in tech.guilhermekaua.spigotboot.config that return FolderConfigRefModifier and TypeMethodDescription<T> @NotNull FolderConfigRef<T>ConfigManager.getFolderConfigRef(@NotNull Class<T> configClass) Gets a live folder config reference with edit capabilities.<T> @NotNull FolderConfigRef<T>ConfigManager.getFolderConfigRef(@NotNull Class<T> configClass, @NotNull String folderConfigName) Gets a live folder config reference by item type and folder config name.<T> @NotNull FolderConfigRef<T>DefaultConfigManager.getFolderConfigRef(@NotNull Class<T> configClass) <T> @NotNull FolderConfigRef<T>DefaultConfigManager.getFolderConfigRef(@NotNull Class<T> configClass, @NotNull String folderConfigName) -
Uses of FolderConfigRef in tech.guilhermekaua.spigotboot.config.folder
Classes in tech.guilhermekaua.spigotboot.config.folder that implement FolderConfigRef