Uses of Class
tech.guilhermekaua.spigotboot.config.reference.ConfigReference
Packages that use ConfigReference
Package
Description
-
Uses of ConfigReference in tech.guilhermekaua.spigotboot.config.reference
Methods in tech.guilhermekaua.spigotboot.config.reference that return ConfigReferenceModifier and TypeMethodDescriptionstatic @NotNull ConfigReferenceConfigReference.folderConfigItem(@NotNull String rawToken, @NotNull String folderConfigName, @NotNull String itemId, @Nullable String path) Creates a reference to a folder config item.static @NotNull ConfigReferenceConfigReference.singleConfig(@NotNull String rawToken, @NotNull String configName, @Nullable String path) Creates a reference to a single config.Methods in tech.guilhermekaua.spigotboot.config.reference that return types with arguments of type ConfigReferenceModifier and TypeMethodDescription@NotNull Optional<ConfigReference>Attempts to parse a string value as a config reference.Methods in tech.guilhermekaua.spigotboot.config.reference with parameters of type ConfigReferenceModifier and TypeMethodDescriptiondefault @Nullable ConfigNodeConfigReferenceLookup.resolve(@NotNull ConfigReference reference) Resolves a config reference to its target node. -
Uses of ConfigReference in tech.guilhermekaua.spigotboot.config.reference.key
Methods in tech.guilhermekaua.spigotboot.config.reference.key with parameters of type ConfigReferenceModifier and TypeMethodDescriptionstatic @NotNull ReferenceKeyReferenceKey.fromReference(@NotNull ConfigReference reference) Creates a key from a parsed config reference.