Uses of Class
tech.guilhermekaua.spigotboot.config.folder.FolderConfigEntry
Packages that use FolderConfigEntry
Package
Description
-
Uses of FolderConfigEntry in tech.guilhermekaua.spigotboot.config
Methods in tech.guilhermekaua.spigotboot.config that return FolderConfigEntryModifier and TypeMethodDescription<T> @Nullable FolderConfigEntry<T>DefaultConfigManager.getFolderConfigEntry(@NotNull Class<T> itemType, @NotNull String folderConfigName) Gets a folder config entry by item type and name.@Nullable FolderConfigEntry<?>DefaultConfigManager.getFolderConfigEntryByName(@NotNull String folderConfigName) Gets a folder config entry by name only (without item type). -
Uses of FolderConfigEntry in tech.guilhermekaua.spigotboot.config.folder
Constructors in tech.guilhermekaua.spigotboot.config.folder with parameters of type FolderConfigEntryModifierConstructorDescriptionDefaultFolderConfigEditor(@NotNull FolderConfigEntry<T> entry) Creates a new editor.