Uses of Interface
me.hsgamer.hscore.config.path.ConfigPath
Packages that use ConfigPath
Package
Description
Contains the base classes for working with
ConfigPathContains the implementation of
ConfigPath-
Uses of ConfigPath in me.hsgamer.hscore.config.path
Classes in me.hsgamer.hscore.config.path that implement ConfigPathModifier and TypeClassDescriptionclassAdvancedConfigPath<F,T> An advanced config pathclassA simple config pathclassA commentable config pathclassAn serializable map config pathclassAnConfigPathwhich stores the value for later usesConstructors in me.hsgamer.hscore.config.path with parameters of type ConfigPathModifierConstructorDescriptionCommentablePath(@NotNull ConfigPath<T> originalPath, @NotNull String... defaultComments) Create a config pathStickyConfigPath(ConfigPath<T> originalPath) Create a config path -
Uses of ConfigPath in me.hsgamer.hscore.config.path.impl
Classes in me.hsgamer.hscore.config.path.impl that implement ConfigPathModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in me.hsgamer.hscore.config.path.impl with parameters of type ConfigPathModifier and TypeMethodDescriptionstatic <T> CommentablePath<T>Paths.commented(@NotNull ConfigPath<T> path, @NotNull String... comments) Create a commentable pathstatic <T> StickyConfigPath<T>Paths.sticky(@NotNull ConfigPath<T> path) Create a sticky config path