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.
Since:
API 1.0.0
See Also: