Klasse FoundryEngineMod

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

public class FoundryEngineMod extends Object
Main entrypoint for FoundryEngine. Registers all event bus listeners, packets, and subsystems.
  • Feldübersicht

    Felder
    Modifikator und Typ
    Feld
    Beschreibung
    static @Nullable org.apache.maven.artifact.versioning.ArtifactVersion
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    FoundryEngineMod(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer modContainer)
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    static @Nullable net.neoforged.bus.api.IEventBus
    Returns the mod event bus for internal use.

    Von Klasse geerbte Methoden Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • modVersion

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

    • FoundryEngineMod

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

    • getModBus

      @Internal public static @Nullable net.neoforged.bus.api.IEventBus getModBus()
      Returns the mod event bus for internal use.