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. exportsprivate java.util.List<ModuleExport>ModuleInfoYml. opensMethods 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 voidModuleInfoYml. setExports(java.util.List<ModuleExport> exports)voidModuleInfoYml. setOpens(java.util.List<ModuleExport> opens)
-