Uses of Interface
tech.guilhermekaua.spigotboot.config.folder.FolderConfigEditor
Packages that use FolderConfigEditor
-
Uses of FolderConfigEditor in tech.guilhermekaua.spigotboot.config.folder
Classes in tech.guilhermekaua.spigotboot.config.folder that implement FolderConfigEditorMethods in tech.guilhermekaua.spigotboot.config.folder that return FolderConfigEditorModifier and TypeMethodDescription@NotNull FolderConfigEditor<T>DefaultFolderConfigRef.edit()@NotNull FolderConfigEditor<T>FolderConfigRef.edit()Gets an editor for modifying the folder config.Constructors in tech.guilhermekaua.spigotboot.config.folder with parameters of type FolderConfigEditorModifierConstructorDescriptionDefaultFolderConfigRef(@NotNull Class<T> itemType, @NotNull String folderConfigName, @NotNull FolderConfigEditor<T> editor, @NotNull Runnable reloadAllHandler, @NotNull Consumer<String> reloadItemHandler) Creates a new folder config reference.