Klasse FoundryEngineMod
java.lang.Object
de.luckymcdev.foundryengine.FoundryEngineMod
Main entrypoint for FoundryEngine. Registers all event bus listeners, packets, and subsystems.
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic @Nullable org.apache.maven.artifact.versioning.ArtifactVersion -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFoundryEngineMod(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer modContainer) -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic @Nullable net.neoforged.bus.api.IEventBusReturns the mod event bus for internal use.
-
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.
-