Class DhApiLevelLoadEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiLevelLoadEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiLevelLoadEvent.EventParam>
,IBindable
public abstract class DhApiLevelLoadEvent
extends Object
implements IDhApiEvent<DhApiLevelLoadEvent.EventParam>
Called after Distant Horizons finishes loading a new level.
Note: this may be fired before Minecraft has loaded in the player.
Note: this may be fired before Minecraft has loaded in the player.
- Since:
- API 1.0.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Called internally by Distant Horizons when the event happens.abstract void
Fired after Distant Horizons loads a new level.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
-
DhApiLevelLoadEvent
public DhApiLevelLoadEvent()
-
-
Method Details