We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e84ed commit 3ccc1aaCopy full SHA for 3ccc1aa
src/main/java/de/bluecolored/bluemap/api/markers/MarkerGson.java renamed to src/main/java/de/bluecolored/bluemap/api/gson/MarkerGson.java
@@ -22,7 +22,7 @@
22
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
* THE SOFTWARE.
24
*/
25
-package de.bluecolored.bluemap.api.markers;
+package de.bluecolored.bluemap.api.gson;
26
27
import com.flowpowered.math.vector.Vector2d;
28
import com.flowpowered.math.vector.Vector2i;
@@ -32,6 +32,7 @@
32
import com.google.gson.stream.JsonReader;
33
import com.google.gson.stream.JsonToken;
34
import com.google.gson.stream.JsonWriter;
35
+import de.bluecolored.bluemap.api.markers.*;
36
import de.bluecolored.bluemap.api.math.Color;
37
import de.bluecolored.bluemap.api.math.Line;
38
import de.bluecolored.bluemap.api.math.Shape;
0 commit comments