Class FoundryEngineMod
java.lang.Object
de.luckymcdev.foundryengine.FoundryEngineMod
Main entrypoint for FoundryEngine. Registers all event bus listeners, packets, and subsystems.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic @Nullable org.apache.maven.artifact.versioning.ArtifactVersion -
Constructor Summary
ConstructorsConstructorDescriptionFoundryEngineMod(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer modContainer) -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable net.neoforged.bus.api.IEventBusReturns the mod event bus for internal use.
-
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 @Nullable net.neoforged.bus.api.IEventBus getModBus()Returns the mod event bus for internal use.
-