summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
...
* Deprecate Achievements as they are not present in future versions of Minecraftmd_52017-03-31-0/+10
|
* Add Chunk.isSlimeChunk to check if a chunk can spawn slimesSenmori2017-03-24-0/+7
|
* Add Material.isFuel to check if a material is a furnace fuel.Phoenix6162017-03-24-0/+78
|
* Deprecate chunk rainfall as it is not a current phenomenonmd_52017-03-23-0/+2
|
* Add getWidth + getHeight for Entitybramhaag2017-03-19-0/+14
|
* SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attributemd_52017-03-19-0/+4
|
* Make VehicleCreateEvent Cancellable.md_52017-03-15-1/+13
|
* Add getIgnitingBlock to BlockBurnEventNathan Wolf2017-03-11-2/+18
|
* Don't use translation string for SHULKER_BOX default namemd_52017-03-10-1/+1
|
* SPIGOT-3110: SHULKER_BOX InventoryTypemd_52017-03-08-0/+4
|
* Deprecate magic values in CreatureSpawnermd_52017-02-22-0/+5
|
* SPIGOT-3076: Make dropChance values clearermd_52017-02-20-24/+24
|
* SPIGOT-3068: API for localized item namesmd_52017-02-16-0/+24
|
* SPIGOT-2152: Method to set resource pack + hash.Max Lee2017-02-15-11/+59
|
* SPIGOT-3059: Update PlayerFishEvent documentationmd_52017-02-10-5/+10
|
* SPIGOT-3037: WorldBorder#isInside(Location)md_52017-01-26-0/+8
|
* Add new map icons to MapCursor.TypePokechu222017-01-20-3/+8
|
* Add API to set Arrow pickup statusxGhOsTkiLLeRx2017-01-18-0/+32
|
* SPIGOT-3000: MaterialData for Observersmd_52017-01-11-1/+119
|
* SPIGOT-826: Add method to retrieve entity by UUIDZach Brown2017-01-05-0/+18
|
* SPIGOT-2988: Update JavaDoc in Plugin#saveDefaultConfigmd_52017-01-05-3/+3
|
* SPIGOT-2640: API for multiple passengers per entitymd_52017-01-04-4/+36
|
* 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
|