Uses of Interface
me.a8kj.config.file.operation.impl.UpdatableConfig
Packages that use UpdatableConfig
Package
Description
-
Uses of UpdatableConfig in me.a8kj.config
Classes in me.a8kj.config that implement UpdatableConfigModifier and TypeClassDescriptionclassProvides an automated YAML configuration source that triggers a read operation immediately after creation.classA robust YAML implementation ofBaseConfigthat supports hierarchical data structures and persistent merging. -
Uses of UpdatableConfig in me.a8kj.config.file
Classes in me.a8kj.config.file that implement UpdatableConfigModifier and TypeClassDescriptionclassAn extended implementation ofBasicBukkitConfigthat automatically triggers aBasicBukkitConfig.read()operation immediately after the file is created.classBaseConfig<K>An abstract base implementation ofCRUDOperationsproviding core file management logic.classA standard implementation ofBukkitConfigspecifically designed for YAML files.classBukkitConfig<K> -
Uses of UpdatableConfig in me.a8kj.config.file.impl
Classes in me.a8kj.config.file.impl that implement UpdatableConfigModifier and TypeClassDescriptionclassA specialized implementation of configuration for Velocity using Configurate 4. -
Uses of UpdatableConfig in me.a8kj.config.file.operation.impl
Subinterfaces of UpdatableConfig in me.a8kj.config.file.operation.implModifier and TypeInterfaceDescriptioninterfaceA comprehensive interface that aggregates all standard configuration life-cycle operations.