Skip to content

Commit

Permalink
Moved everything into actual dedicated BMUtils namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Jun 16, 2024
1 parent 3fbdac4 commit 03809b0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

package com.technicjelle;
package com.technicjelle.BMUtils;

import com.flowpowered.math.vector.Vector2d;
import com.flowpowered.math.vector.Vector2i;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

package com.technicjelle;
package com.technicjelle.BMUtils;

import de.bluecolored.bluemap.api.BlueMapAPI;
import de.bluecolored.bluemap.api.BlueMapMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

package com.technicjelle;
package com.technicjelle.BMUtils;

import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

package com.technicjelle;
package com.technicjelle.BMUtils;

import de.bluecolored.bluemap.api.BlueMapAPI;
import de.bluecolored.bluemap.api.BlueMapMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

package com.technicjelle;
package com.technicjelle.BMUtils;

import com.flowpowered.math.vector.Vector2d;
import com.flowpowered.math.vector.Vector2i;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

package com.technicjelle;
package com.technicjelle.BMUtils;

import com.flowpowered.math.vector.Vector2d;
import de.bluecolored.bluemap.api.math.Shape;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/CheeseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import com.flowpowered.math.vector.Vector2d;
import com.flowpowered.math.vector.Vector2i;
import com.technicjelle.Cheese;
import com.technicjelle.BMUtils.Cheese;
import de.bluecolored.bluemap.api.math.Shape;
import org.junit.Assert;
import org.junit.Test;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/ShapeExtensionsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

import com.flowpowered.math.vector.Vector2d;
import com.technicjelle.ShapeExtensions;
import com.technicjelle.BMUtils.ShapeExtensions;
import de.bluecolored.bluemap.api.math.Shape;
import org.junit.Assert;
import org.junit.Test;
Expand Down

0 comments on commit 03809b0

Please sign in to comment.