Releases: BlueMap-Minecraft/BlueMapAPI
Releases · BlueMap-Minecraft/BlueMapAPI
Version 2.3.0
Full Changelog: v2.2.1...v2.3.0
Version 2.2.1
Fixed JitPack builds
Version 2.2.0
Version 2.1.1
Version 2.1.0
- Implement equals() and hashCode() for all Markers
- Add Builder-Pattern to all Markers, MarkerSet, Shape and Line
Version 2.0.0
Notable changes to API 1.x:
MarkerSet
andMarker
-instances can now be easily created using their constructors- you can now safely store and re-use
MarkerSet
andMarker
-instances as you wish - changing markers no longer implies FileIO and thus does not have to be async anymore
- changing markers and markersets is now done based on a
BlueMapMap
and is as simple as modifying aMap<String, MarkerSet>
MarkerSet
s andMarker
s are no longer persistent, they will be gone when BlueMap reloads. This means you will have to use theonEnable
andonDisable
listeners to save and load/recreate your Markers yourself. There will be examples how to do that in the wiki (soon).
Version 2.0.0-pre1
Prerelease for testing. Not frozen yet: Might still get breaking changes until 2.0.0
Version 1.7.0
Add methods for listing marker-images and getting the webroot
Version 1.6.0
Add map-freeze, tile-filters and new task-scheduling methods
Version 1.5.0
Added support for the new marker-types