add a few api event @see's

This commit is contained in:
James Seibel
2026-05-18 20:20:30 -05:00
parent 492afa7328
commit d39c04d9cf
2 changed files with 2 additions and 0 deletions
@@ -34,6 +34,7 @@ import com.seibel.distanthorizons.api.methods.events.sharedParameterObjects.DhAp
* @author James Seibel * @author James Seibel
* @version 2023-6-23 * @version 2023-6-23
* @see IDhApiTerrainDataRepo * @see IDhApiTerrainDataRepo
* @see DhApiChunkProcessingEvent
* @since API 1.0.0 * @since API 1.0.0
*/ */
public abstract class DhApiChunkModifiedEvent implements IDhApiEvent<DhApiChunkModifiedEvent.EventParam> public abstract class DhApiChunkModifiedEvent implements IDhApiEvent<DhApiChunkModifiedEvent.EventParam>
@@ -51,6 +51,7 @@ import com.seibel.distanthorizons.api.methods.events.sharedParameterObjects.DhAp
* *
* @author James Seibel * @author James Seibel
* @version 2025-09-29 * @version 2025-09-29
* @see DhApiChunkModifiedEvent
* @since API 4.1.0 * @since API 4.1.0
*/ */
public abstract class DhApiChunkProcessingEvent implements IDhApiEvent<DhApiChunkProcessingEvent.EventParam> public abstract class DhApiChunkProcessingEvent implements IDhApiEvent<DhApiChunkProcessingEvent.EventParam>