Class DhApiChunkModifiedEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiChunkModifiedEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiChunkModifiedEvent.EventParam>
,IBindable
public abstract class DhApiChunkModifiedEvent
extends Object
implements IDhApiEvent<DhApiChunkModifiedEvent.EventParam>
Fired whenever Distant Horizons has been notified
that a Minecraft chunk has been modified.
By the time this event has been fired, the chunk modification should have propagated to DH's full data source, but may not have been updated in the render data source.
By the time this event has been fired, the chunk modification should have propagated to DH's full data source, but may not have been updated in the render data source.
- Since:
- API 1.0.0
- See Also:
-
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 saves LOD data for the server.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
-
DhApiChunkModifiedEvent
public DhApiChunkModifiedEvent()
-
-
Method Details