Class DhApiWorldLoadEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiWorldLoadEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiWorldLoadEvent.EventParam>,IBindable
public abstract class DhApiWorldLoadEvent
extends Object
implements IDhApiEvent<DhApiWorldLoadEvent.EventParam>
Called after Distant Horizons finishes loading a new world.
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 4.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidCalled internally by Distant Horizons when the event happens.abstract voidFired after Distant Horizons loads a new world.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
-
DhApiWorldLoadEvent
public DhApiWorldLoadEvent()
-
-
Method Details