Package com.datdeveloper.datmoddingapi
Class Datmoddingapi
java.lang.Object
com.datdeveloper.datmoddingapi.Datmoddingapi
The entry point for the mod
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDatmoddingapi
(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.fml.ModContainer container) Entrypoint for mod -
Method Summary
-
Field Details
-
MODID
The ID of the mod- See Also:
-
-
Constructor Details
-
Datmoddingapi
public Datmoddingapi(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.fml.ModContainer container) Entrypoint for mod- Parameters:
modEventBus
- The event bus for the modcontainer
- Container that wraps this mod
-