Class FoundryEngineMod

java.lang.Object
de.luckymcdev.foundryengine.FoundryEngineMod

public class FoundryEngineMod extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static @Nullable org.apache.maven.artifact.versioning.ArtifactVersion
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FoundryEngineMod(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer modContainer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.neoforged.bus.api.IEventBus
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • modVersion

      public static @Nullable org.apache.maven.artifact.versioning.ArtifactVersion modVersion
  • Constructor Details

    • FoundryEngineMod

      public FoundryEngineMod(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer modContainer)
  • Method Details

    • getModBus

      @Internal public static net.neoforged.bus.api.IEventBus getModBus()