Interface IConfigurable
- All Known Implementing Classes:
JarModsDotTomlModFileReader.DefaultModFileInfo
,ModFileInfo
,ModInfo
,NightConfigWrapper
public interface IConfigurable
This is an interface for querying configuration elements
-
Method Summary
Modifier and TypeMethodDescription<T> Optional
<T> getConfigElement
(String... key) List
<? extends IConfigurable> getConfigList
(String... key)
-
Method Details
-
getConfigElement
-
getConfigList
-