Uses of Interface
tech.guilhermekaua.spigotboot.config.folder.FolderConfigSnapshot
Packages that use FolderConfigSnapshot
-
Uses of FolderConfigSnapshot in tech.guilhermekaua.spigotboot.config.folder
Classes in tech.guilhermekaua.spigotboot.config.folder that implement FolderConfigSnapshotMethods in tech.guilhermekaua.spigotboot.config.folder that return FolderConfigSnapshotModifier and TypeMethodDescription@NotNull FolderConfigSnapshot<T>DefaultFolderConfigRef.get()@NotNull FolderConfigSnapshot<T>FolderConfigRef.get()Gets the current snapshot of the folder config.Methods in tech.guilhermekaua.spigotboot.config.folder with parameters of type FolderConfigSnapshotModifier and TypeMethodDescriptionvoidDefaultFolderConfigRef.setSnapshot(@NotNull FolderConfigSnapshot<T> newSnapshot) Updates the snapshot without notifying listeners.voidDefaultFolderConfigRef.updateSnapshot(@NotNull FolderConfigSnapshot<T> newSnapshot, @NotNull List<FolderConfigItemChange<T>> changes) Updates the snapshot and notifies listeners of changes.