Uses of Class
io.github.dmlloyd.moduleinfo.ModuleExport
-
-
Uses of ModuleExport in io.github.dmlloyd.moduleinfo
Fields in io.github.dmlloyd.moduleinfo with type parameters of type ModuleExport Modifier and Type Field Description private java.util.List<ModuleExport>
ModuleInfoYml. exports
private java.util.List<ModuleExport>
ModuleInfoYml. opens
Methods in io.github.dmlloyd.moduleinfo that return types with arguments of type ModuleExport Modifier and Type Method Description java.util.List<ModuleExport>
ModuleInfoYml. getExports()
java.util.List<ModuleExport>
ModuleInfoYml. getOpens()
Method parameters in io.github.dmlloyd.moduleinfo with type arguments of type ModuleExport Modifier and Type Method Description void
ModuleInfoYml. setExports(java.util.List<ModuleExport> exports)
void
ModuleInfoYml. setOpens(java.util.List<ModuleExport> opens)
-