Move misc API items into the API sub-project
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.seibel.lod.api.data;
|
||||
|
||||
import com.seibel.lod.core.api.external.items.objects.DhApiResult;
|
||||
import com.seibel.lod.core.api.external.items.objects.data.DhApiTerrainDataPoint;
|
||||
import com.seibel.lod.api.items.objects.DhApiResult;
|
||||
import com.seibel.lod.api.items.objects.data.DhApiTerrainDataPoint;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.seibel.lod.core.api.external.items.objects;
|
||||
package com.seibel.lod.api.items.objects;
|
||||
|
||||
/**
|
||||
* Allows for more descriptive non-critical failure states.
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.seibel.lod.core.api.external.items.objects.data;
|
||||
package com.seibel.lod.api.items.objects.data;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.seibel.lod.core.api.external.items.objects.math;
|
||||
package com.seibel.lod.api.items.objects.math;
|
||||
|
||||
/**
|
||||
* A simple way to store a 4x4 array
|
||||
+1
-1
@@ -2,7 +2,7 @@ package com.seibel.lod.api.override;
|
||||
|
||||
import com.seibel.lod.core.api.external.items.interfaces.override.IDhApiWorldGenerator;
|
||||
import com.seibel.lod.core.api.external.items.interfaces.world.IDhApiLevelWrapper;
|
||||
import com.seibel.lod.core.api.external.items.objects.DhApiResult;
|
||||
import com.seibel.lod.api.items.objects.DhApiResult;
|
||||
import com.seibel.lod.core.handlers.dependencyInjection.WorldGeneratorInjector;
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package com.seibel.lod.core.api.external.methods.events.sharedParameterObjects;
|
||||
|
||||
import com.seibel.lod.core.api.external.items.objects.math.DhApiMat4f;
|
||||
import com.seibel.lod.api.items.objects.math.DhApiMat4f;
|
||||
import com.seibel.lod.core.objects.math.Mat4f;
|
||||
|
||||
/**
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
package com.seibel.lod.core.objects.math;
|
||||
|
||||
import com.seibel.lod.core.api.external.items.objects.math.DhApiMat4f;
|
||||
import com.seibel.lod.api.items.objects.math.DhApiMat4f;
|
||||
|
||||
import java.nio.FloatBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user