Uses of Interface
me.a8kj.config.file.operation.impl.ReadableConfig
Packages that use ReadableConfig
Package
Description
-
Uses of ReadableConfig in me.a8kj.config
Classes in me.a8kj.config that implement ReadableConfigModifier 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 ReadableConfig in me.a8kj.config.file
Classes in me.a8kj.config.file that implement ReadableConfigModifier 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 ReadableConfig in me.a8kj.config.file.impl
Classes in me.a8kj.config.file.impl that implement ReadableConfigModifier and TypeClassDescriptionclassA specialized implementation of configuration for Velocity using Configurate 4. -
Uses of ReadableConfig in me.a8kj.config.file.operation.impl
Subinterfaces of ReadableConfig in me.a8kj.config.file.operation.implModifier and TypeInterfaceDescriptioninterfaceA comprehensive interface that aggregates all standard configuration life-cycle operations.