Skip to main content

installed_mods

Function installed_mods 

Source
pub fn installed_mods() -> Vec<ModInfo>
Expand description

All installed mods known to the loader: .yog mods plus, where the host exposes them, platform (Java) mods. Callable at any time after this mod’s register() ran — including client-side UI handlers. Note that during register() mods that load after this one are not in the list yet; query lazily (e.g. on first render) for a complete view.