Class DhApiBeforeDhInitEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeDhInitEvent
- All Implemented Interfaces:
IDhApiEvent<Void>
,IBindable
Fired before Distant Horizons starts running its mod loader setup.
IE this is called before Forge's initClient/initServer or Fabric's init method.
IE this is called before Forge's initClient/initServer or Fabric's init method.
- Since:
- API 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Fired before Distant Horizons starts its initial setup on Minecraft startup.final void
fireEvent
(DhApiEventParam<Void> input) Called internally by Distant Horizons when the event happens.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
Methods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeDhInitEvent
public DhApiBeforeDhInitEvent()
-
-
Method Details