Rename IChunkGenerator -> IWorldGenerator

This commit is contained in:
James Seibel
2022-12-08 21:36:03 -06:00
parent 434abcf1ae
commit 1489cb0bdb
7 changed files with 6 additions and 18 deletions
@@ -2,7 +2,6 @@ package com.seibel.lod.api.interfaces.override.worldGenerator;
import com.seibel.lod.api.interfaces.world.IDhApiLevelWrapper;
import com.seibel.lod.api.objects.DhApiResult;
import com.seibel.lod.core.DependencyInjection.WorldGeneratorInjector;
/**
* Handles adding world generator overrides.