summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeLines
...
* SPIGOT-1357: Add potion particle effect color getters to API.md_52016-03-01-1/+26
|
* Add getLocation() to Inventory.md_52016-03-01-0/+9
|
* Add definitions for Minecraft 1.9 gameplay elementsmd_52016-03-01-242/+1062
| | | | Includes an API for AreaEffectCloud and rework of Sound enum to include new sound values.
* Implement Particle APIThinkofdeath2016-03-01-0/+267
|
* Add API to manipulate "glowing" state of an Entity.md_52016-03-01-0/+14
| | | | When an Entity is "glowing" they will have an outline around them as if they have been hit by a Spectral Arrow.
* Implement BossBar APIThinkofdeath2016-03-01-0/+196
|
* Implement API for "main hand" and "off hand" slots.Thinkofdeath2016-03-01-4/+91
| | | | Also deprecate existing "hand" API as it is not specific about which hand is being referred to. Implementations should default this method to the "main hand".
* Deprecate Boat APImd_52016-03-01-0/+16
| | | | Boats are complex and the way in which they operate is generally implementation specific. Many of these methods have not worked for several CraftBukkit versions, and are now not guaranteed to work at all due to new internal mechanics.
* Use UTF-8 as default encodingMatt2016-03-01-77/+10
| | | | Since March 2014 Bukkit has been converting and preparing plugins for UTF-8 compliance. With this change in place, all plugins will now load their configuration files as UTF-8, which is a supported encoding on any valid JVM implementation. This should pose no issues on any server which has run Bukkit after 2014, and the only possible breaking path is when an embedded file is of a non UTF-8 compatible encoding (which it should not be anyway).
* Remove getFurnace from Furnace*Eventmd_52016-03-01-22/+0
| | | | Replace by getBlock since April 2012.
* Remove EntityType and some deprecated Entity methodsBlackHole2016-03-01-243/+0
| | | | Replaced by EntityType / other methods since February 2012 and April 2012 respectively.
* Remove deprecated ContainerBlockMatt2016-03-01-20/+13
| | | | Replaced by InventoryHolder since March 2012.
* Remove deprecated Painting*EventsMatt2016-03-01-214/+2
| | | | Replaced by Hanging*Events since October 2012.
* Add non-mutative getCrossProduct method to Vector.0x277F2016-02-07-0/+19
|
* SPIGOT-1393: Fixed door direction maskryanbennitt2016-01-12-30/+187
|
* SPIGOT-1325: Make ItemStack deserialization more robust.md_52015-12-06-1/+1
|
* SPIGOT-759: Add FireworkExplodeEvent.DemonWav2015-09-30-0/+49
|
* SPIGOT-1076: Add HurtEntities API for FallingBlock.md_52015-09-19-0/+14
|
* Speed up permission recalculation.md_52015-09-18-1/+2
| | | | Based on ideas in PR #102, but rewritten for correctness.
* SPIGOT-1185: Add correct MaterialData for TRAPPED_CHEST.Tanner Embry2015-09-15-1/+1
|
* SPIGOT-918: Add constructor for DyeColor to Dyet7seven7t2015-09-15-0/+7
|
* Implement greatly expanded ChunkGenerator APIAntony Riley2015-08-01-1/+254
| | | | | | | This new API: * Has first class support for Material / MaterialData * Abstracts away the underlying Chunk format * Implements useful utility methods to make life easier
* Allow setName to change a Command name before registration.Aikar2015-07-31-6/+26
|
* Add PlayerResourcePackStatusEvent.Adam Thomas2015-07-25-0/+61
| | | | This event is called when the server received status updates about the progress of a resource pack which it attempted to send to the client.
* Fix an issue with the potion testThinkofdeath2015-07-24-1/+1
|
* SPIGOT-749: Fix NullPointerException and broken logic in Potion.fromDamage(int)Antony Riley2015-07-23-1/+1
|
* Add ItemMergeEventMorphan12015-07-12-0/+50
|
* Server Commands and Remote Commands are now Cancellable.Matt2015-07-12-1/+13
|
* Add basic sendTitle / resetTitle API.Jofkos2015-07-10-0/+21
| | | | More APIs to follow pending feedback of whether this is the preferred implementation. Methods marked as deprecated and subject to change, but work as is.
* SPIGOT-1031: Fix acacia fences being mistakenly labeled as doorsThinkofdeath2015-07-08-1/+1
|
* Retrofit Door in order to work with modern Minecraft doors.Xor Boole2015-06-28-30/+49
|
* SPIGOT-436: Add accompanying getSpectatorTarget().md_52015-06-12-0/+9
|
* SPIGOT-973: Add marker API to ArmorStandNathan Wolf2015-06-09-0/+16
|
* SPIGOT-436: Add spectator camera API.md_52015-06-09-0/+11
|
* Fix move event validation.md_52015-06-05-2/+3
|
* [SPIGOT-950] Make handlerList requirement really obvious.md_52015-06-01-1/+3
|
* Deprecate exact login location. It is unlikely anyone uses it.md_52015-05-31-0/+6
|
* Add ability to add a string to a scoreboard instead of a playerMatt2015-05-29-8/+70
|
* [SPIGOT-251] Removed deprecation of playSound() method, as new resource pack ↵olivervscreeper2015-05-28-2/+0
| | | | | | | features mean sound names as strings are intended. For more information see the linked issue or the playsound command. http://minecraft.gamepedia.com/Sounds.json
* Fix javadoc HTML error with properly escaped symbols - SPIGOT-935DemonWav2015-05-28-1/+1
|
* Add more detailed documentation for setItem() in PlayerInventoryDemonWav2015-05-26-0/+24
|
* Checked for instant potions, to fix NPE in serialization. Fixes SPIGOT-749olivervscreeper2015-05-26-1/+1
|
* SPIGOT-859: Ensure plugins cannot set locations without worlds in move events.md_52015-05-21-0/+7
|
* SPIGOT-893: Fix bridge method registering generic listeners twiceJonas Konrad2015-05-18-0/+5
|
* Add a getNearbyEntities method to get entities which are within range of a ↵Nathan Wolf2015-04-07-0/+13
| | | | specified location.
* Add BlockStateMeta which allows creating and editting 1.8's blockEntityTagThinkofdeath2015-03-24-0/+46
|
* Add BlockExplodeEventThinkofdeath2015-03-22-0/+69
|
* Update vague WorldBorder JavaDocs.MattBDev2015-03-22-5/+5
|
* Revert "SPIGOT-264: Remove PlayerPortalEvent's handler list"Thinkofdeath2015-03-21-1/+12
| | | | This reverts commit dcd92097e987ccd4030fa11135cf5147d6b6f7ad.
* SPIGOT-264: Remove PlayerPortalEvent's handler listThinkofdeath2015-03-11-12/+1
| | | | So it can chain PlayerTeleportEvent at the same time