summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* Remove deprecated Player.isOnGround because pushing it up the hierarchy is safe.md_52017-01-03-12/+0
|
* Improve documentation of the PlayerInteractEvent and PlayerInteractAtEntityEventEthanZeigler2016-12-30-3/+5
|
* Add deprecation notice regarding EBeanmd_52016-12-29-0/+3
|
* SPIGOT-2962: BrewingStandFuelEvent should consume by defaultmd_52016-12-27-1/+1
|
* SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACKmd_52016-12-23-0/+6
|
* Update to Minecraft 1.11.1md_52016-12-21-2/+6
|
* SPIGOT-2923: Added PotionEffectType#getColor()Lukas Hennig2016-12-17-0/+15
|
* SPIGOT-1036: Add API to manipulate sendTitle timings.md_52016-12-16-6/+21
|
* Add EnchantmentOffer to PrepareItemEnchantEventLukBukkit2016-12-11-8/+107
|
* SPIGOT-2902: Deprecate Damageable methods in favour of Attributes.md_52016-12-09-0/+8
|
* Add API to get default value of an Attributemd_52016-12-09-0/+7
|
* Implement pre-spawn API to allow modifications to spawned entities.Xor Boole2016-12-06-0/+36
| | | | See preceding commit for why this change was included.
* SPIGOT-1592: Implement ItemMeta for Spawn EggsMatthew2016-12-06-3/+33
| | | | | The Minecraft implementation of spawn eggs is able to construct an entity using all data that is present in the save format, however since the Bukkit API has no such way to construct an entity unattached to a world, and it appears creating such a way is a very challenging task, the decision was instead made to add this API now that 1.11 has entities which may not be represented by data values. In the future it may be possible to implement a more expanded API cognate with this one.
* SPIGOT-911: Add hitBlock to PorjectileHitEventmd_52016-12-02-1/+21
|
* Add BlockStates for more Blocksmd_52016-12-02-0/+26
|
* Add some expansions to Anvil Inventory APIXor Boole2016-11-30-0/+22
|
* Add hitEntity to ProjectileHitEventmd_52016-11-28-0/+16
|
* SPIGOT-2695: Added BrewingStandFuelEvent and added fuel level to the BrewEventLukBukkit2016-11-27-1/+104
|
* Added method for spawning a falling block with the BlockDataLukBukkit2016-11-26-0/+17
|
* Fix typo in llama strength settermd_52016-11-23-1/+1
|
* SPIGOT-2765: Add different reasons for HangingBreakByEntityEventmd_52016-11-23-1/+5
|
* SPIGOT-2824: Llama Strength APImd_52016-11-23-4/+21
|
* Add Unbreakable to ItemMetamd_52016-11-22-0/+15
|
* SPIGOT-2272: Add API for virtual MerchantsLukas Hennig2016-11-21-65/+113
|
* Add additional APIs for Evoker / EvokerFangsmomothereal2016-11-19-2/+55
|
* Implement isCursed for new enchantmentsSenmori2016-11-19-0/+14
|
* Add stopSound for specific sound categorymd_52016-11-19-0/+16
|
* Implement SoundCategory for playing sounds.LukBukkit2016-11-19-0/+75
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-19-35/+56
|
* SPIGOT-2793: Revert Nameable changesmd_52016-11-19-56/+35
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-18-35/+56
|
* SPIGOT-2782: Custom Colors for Potionsmd_52016-11-18-0/+27
|
* SPIGOT-2776: Add Nitwit professionmd_52016-11-18-0/+4
|
* Fix @see tag for WitherSkeletonmd_52016-11-18-1/+1
| | | | Pointed out by xGhOsTkiLLeRx in Bukkit#229
* SPIGOT-2768: Fully implement map colormd_52016-11-17-1/+30
|
* Fix some Javadoc warningsmd_52016-11-17-4/+4
|
* Update to Minecraft 1.11md_52016-11-17-678/+642
|
* Implement Entity Scoreboard TagsSenmori2016-11-06-0/+28
|
* Add Enchantment#isTreasure()ZSenmori2016-10-30-0/+15
| | | | Determines if the enchantment is a treasure enchantment - only available via means other than the enchantment table.
* SPIGOT-2706: Implement support for Lock NBT TagSenmori2016-10-21-7/+38
| | | | Containers may now implement the Lockable interface.
* SPIGOT-2705: Portal cooldown getter / setter.md_52016-10-01-0/+14
|
* SPIGOT-2659: Better JavaDoc for setCanPickupItemsmd_52016-09-05-0/+2
|
* SPIGOT-2656: HumanEntity#isHandRaised()Zmd_52016-09-04-1/+9
|
* SPIGOT-2646: MapFont.getWidth with coloured textmd_52016-09-01-2/+5
|
* SPIGOT-2645: Better PluginClassLoader safetymd_52016-09-01-18/+17
|
* SPIGOT-2629: Better thread safety for plugin class loadingmd_52016-08-26-12/+10
|
* Fix compat with older tab completing commands.md_52016-08-25-1/+5
|
* SPIGOT-215: Implement infrastructure for Location tab completesDemonWav2016-08-25-2/+41
|
* SPIGOT-2595: Clarify World#getHighestBlockYAt behaviourmd_52016-08-13-5/+10
|
* Deprecate some methods which are likely to require changes in the futuremd_52016-08-12-1/+21
| | | | Ref http://mojang.com/2016/08/minecraft-snapshot-16w32a/