Class AllModsLoadedEvent

java.lang.Object
net.neoforged.bus.api.Event
software.bluelib.api.event.mod.AllModsLoadedEvent
All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent

public class AllModsLoadedEvent extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.IModBusEvent
  • Constructor Details

    • AllModsLoadedEvent

      public AllModsLoadedEvent(@Nullable @Nullable List<ModMeta> pModData)
  • Method Details

    • getAllModsData

      @Nullable public @Nullable List<ModMeta> getAllModsData()
    • getModMetaById

      @Nullable public @Nullable ModMeta getModMetaById(String pModId)