Class DhApiAfterDhInitEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiAfterDhInitEvent
- All Implemented Interfaces:
IDhApiEvent<Void>,IDhApiOneTimeEvent<Void>,IBindable
public abstract class DhApiAfterDhInitEvent
extends Object
implements IDhApiEvent<Void>, IDhApiOneTimeEvent<Void>
Fired after Distant Horizons finishes running its setup.
- Since:
- API 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidFired after Distant Horizons finishes its initial setup on Minecraft startup.final voidfireEvent(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, waitMethods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupCompleteMethods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiAfterDhInitEvent
public DhApiAfterDhInitEvent()
-
-
Method Details