Uses of Interface
tech.guilhermekaua.spigotboot.config.reload.ConfigRef
Packages that use ConfigRef
Package
Description
-
Uses of ConfigRef in tech.guilhermekaua.spigotboot.config
Methods in tech.guilhermekaua.spigotboot.config that return ConfigRef -
Uses of ConfigRef in tech.guilhermekaua.spigotboot.config.proxy
Methods in tech.guilhermekaua.spigotboot.config.proxy with parameters of type ConfigRefModifier and TypeMethodDescriptionstatic <T> TConfigProxy.createProxy(@NotNull Class<T> configClass, @NotNull ConfigRef<T> configRef) Creates a proxy for the given config class that delegates all method calls to the current config instance from the ConfigRef. -
Uses of ConfigRef in tech.guilhermekaua.spigotboot.config.reload
Classes in tech.guilhermekaua.spigotboot.config.reload that implement ConfigRef