summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/map
Commit message (Collapse)AuthorAgeLines
* SPIGOT-4496: Undeprecate MapView.getId and make intmd_52018-11-23-5/+3
|
* SPIGOT-4182: Implement cursor captionsmd_52018-07-29-1/+49
|
* Update to Minecraft 1.13-pre7md_52018-07-15-3/+39
|
* Add non-deprecated constructor for MapCursorIsaac2017-08-20-0/+17
|
* Assorted whitespace fixesmd_52017-08-06-1/+1
|
* Fix MapPalette.getColor(byte) to use correct ranges for 1.12 color arrayNathan Wolf2017-06-22-1/+1
|
* Minecraft 1.12-pre2 API Changesmd_52017-05-14-0/+16
|
* Add new map icons to MapCursor.TypePokechu222017-01-20-3/+8
|
* Update to Minecraft 1.11md_52016-11-17-0/+15
|
* SPIGOT-2646: MapFont.getWidth with coloured textmd_52016-09-01-2/+5
|
* SPIGOT-652: Update the map colors to match MinecraftThinkofdeath2015-03-07-8/+7
|
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-1/+4
|
* Account for spacing in MapFont#getWidth(). Fixes BUKKIT-4089eueln2014-05-01-0/+6
| | | | | | | | | | Prior to this commit MapFont#getWidth() did not account for the 1px spacing inserted by CraftMapCanvas#drawText(). This commit adds the consideration of the 1px spacing per character while taking care to not consider the last character as it will not have a 1px space behind it. This commit also ensures the method will not check a 0-length String.
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-11/+20
| | | | A special thanks goes to @aerouk for almost all of the changes found here.
* Cleanup of c00ac08514c93edc88e556d40ac75a54eb40e271feildmaster2013-12-09-38/+36
|
* [Bleeding] Update MapPalette with new colors. Fixes BUKKIT-5094t00thpick12013-12-08-17/+41
| | | | | | | | | As of Minecraft 1.7, there are 143 available map colors, MapPalette needs to be updated to reflect the new colors. This commit fixes the issue by adding the new colors to the color matching array, and appropriately adjusts the color matching methods as well.
* Deprecate magic valuesWesley Wolfe2013-08-28-4/+91
|
* [Bleeding] Fixed MapPalette.imageToBytes to properly handle transparency. ↵SpaceManiac2012-02-29-1/+1
| | | | Addresses BUKKIT-852
* Generic cleaningErik Broes2012-01-15-1/+1
|
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-115/+174
|
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-3/+6
|
* Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q ↵EvilSeph2011-08-12-0/+1109
and dested!