Class ModLoadedEvent

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

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

    • ModLoadedEvent

      public ModLoadedEvent(@NotNull @NotNull ModMeta pModData)
  • Method Details

    • getModData

      @NotNull public @NotNull ModMeta getModData()
    • getModId

      @NotNull public @NotNull String getModId()
    • getDisplayName

      @NotNull public @NotNull String getDisplayName()
    • getVersion

      @NotNull public @NotNull String getVersion()
    • getDescription

      public String getDescription()
    • getLogoFile

      @Nullable public @Nullable Optional<String> getLogoFile()