add a few api event @see's
This commit is contained in:
+1
@@ -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>
|
||||||
|
|||||||
+1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user