Uses of Class
dev.cwhead.GravesX.module.util.ModuleInfo.LibraryDef
Packages that use ModuleInfo.LibraryDef
-
Uses of ModuleInfo.LibraryDef in dev.cwhead.GravesX.module
Methods in dev.cwhead.GravesX.module that return types with arguments of type ModuleInfo.LibraryDefModifier and TypeMethodDescriptionGravesXModuleDescriptor.getLibraries()Libraries declared inmodule.yml:libraries. -
Uses of ModuleInfo.LibraryDef in dev.cwhead.GravesX.module.util
Methods in dev.cwhead.GravesX.module.util that return types with arguments of type ModuleInfo.LibraryDefModifier and TypeMethodDescriptionModuleInfo.libraries()Libraries declared underlibraries:in module.yml.Methods in dev.cwhead.GravesX.module.util with parameters of type ModuleInfo.LibraryDefModifier and TypeMethodDescriptionvoidLibbyImporter.importLibrary(ModuleContext ctx, ModuleInfo.LibraryDef def) Loads a library described by a structuredmodule.yml:librariesentry.default voidLibraryImporter.importLibrary(ModuleContext ctx, ModuleInfo.LibraryDef def) Imports a library described inmodule.yml:libraries.