Commit Graph

2354 Commits

Author SHA1 Message Date
Bukkit/Spigot
045fc42649 #540: Add Inventory#isEmpty()
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-08-16 11:21:05 +10:00
Bukkit/Spigot
6a0096dd86 #539: HumanEntity - add a method to make the entity drop the item they're holding
By: Shane Bee <shanebolenback@me.com>
2020-08-16 09:32:49 +10:00
Bukkit/Spigot
8f6edc374c #537: Add EntitySpellCastEvent for spellcaster illager
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-08-15 09:12:18 +10:00
Bukkit/Spigot
441cad2754 #538: Un-deprecate now implemented player portal event api
By: Phoenix616 <max@themoep.de>
2020-08-14 08:26:34 +10:00
Bukkit/Spigot
43a2f06e98 SPIGOT-4705: Revamp Ageable interface and add Breedable interface
By: Shane Bee <shanebolenback@me.com>
2020-08-13 11:18:50 +10:00
Bukkit/Spigot
319278404d #536: Add missing ItemFlag.HIDE_DYE
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-08-13 11:07:31 +10:00
Bukkit/Spigot
e5609360b2 SPIGOT-6065: Allow empty AttributeModifier name
By: md_5 <git@md-5.net>
2020-08-12 16:59:56 +10:00
Bukkit/Spigot
42b72d7c63 Update to Minecraft 1.16.2
By: md_5 <git@md-5.net>
2020-08-12 07:00:00 +10:00
Bukkit/Spigot
7278ee0293 #491: Add support to change block's lid state
By: jameslfc19 <jameslfc19@gmail.com>
2020-07-29 19:40:57 +10:00
Bukkit/Spigot
3d462cfcdf SPIGOT-6037: Smithing inventory incorrect name
By: md_5 <git@md-5.net>
2020-07-29 19:29:43 +10:00
Bukkit/Spigot
1bf30431ae SPIGOT-6017: BoundingBox#rayTrace returns incorrect null
By: blablubbabc <lukas@wirsindwir.de>
2020-07-25 09:37:24 +10:00
Bukkit/Spigot
0fac9ae437 SPIGOT-5950: Add PrepareSmithingEvent event
By: jameslfc19 <jameslfc19@gmail.com>
2020-07-22 18:21:43 +10:00
Bukkit/Spigot
4e44fa11b3 #525: Add contributors plugin.yml field.
Unlike "authors", names listed under the "contributors" field will not be named when AuthorNagExceptions are thrown. This makes a clear distinction between authorship and contributors as most contributions do not warrant the status of "author".

By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-07-22 18:17:07 +10:00
Bukkit/Spigot
2b0e21f46d #529: Added getRecipe() method to retrieve a Recipe by it's NamespacedKey
By: jameslfc19 <jameslfc19@gmail.com>
2020-07-22 18:14:55 +10:00
Bukkit/Spigot
2d628bb34a SPIGOT-5982: Update documentation for EntityChangeBlockEvent
By: md_5 <git@md-5.net>
2020-07-12 09:30:19 +10:00
Bukkit/Spigot
f0d2a47b7b #523: Added explicit API to stop a Jukebox from playing
By: Matthew Miller <mnmiller1@me.com>
2020-07-10 09:02:25 +10:00
Bukkit/Spigot
705628fb57 SPIGOT-5969: Update maximum structure block size
By: md_5 <git@md-5.net>
2020-07-09 08:46:09 +10:00
Bukkit/Spigot
e7097d04a6 SPIGOT-5970: Update JavaDocs information regarding WorldCreator#generatorSettings
By: Martoph <sager1018@gmail.com>
2020-07-09 08:43:22 +10:00
Bukkit/Spigot
f549bc9e52 Switch to annotations-java5 to fix duplicate annotations in docs
By: md_5 <git@md-5.net>
2020-07-06 11:05:43 +10:00
Bukkit/Spigot
9d90450e3c Improve javadocs by adding links to dependency docs
By: md_5 <git@md-5.net>
2020-07-04 09:52:19 +10:00
Bukkit/Spigot
3f517f0191 #503: Add PlayerHarvestBlockEvent
By: DiamondDagger590 <diamonddagger590@gmail.com>
2020-07-03 15:07:18 +10:00
Bukkit/Spigot
f399ada24d SPIGOT-5930: Add PlayerRespawnEvent#isAnchorSpawn
By: md_5 <git@md-5.net>
2020-07-03 09:54:12 +10:00
Bukkit/Spigot
c66b18ca72 SPIGOT-5900: Re-order Material enum entries to match Minecraft's order
By: Ben Woodworth <ben@benwoodworth.net>
2020-07-02 09:34:10 +10:00
Bukkit/Spigot
db73a4b2cf #507: Add hasDiscoveredRecipe() and getDiscoveredRecipes()
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-07-02 09:27:16 +10:00
Bukkit/Spigot
ec51983b41 SPIGOT-5908: CompassMeta for new lodestone compass data
By: md_5 <git@md-5.net>
2020-07-01 10:48:29 +10:00
Bukkit/Spigot
6d439be293 SPIGOT-5906: Huge Fungi tree generation
By: md_5 <git@md-5.net>
2020-07-01 09:50:35 +10:00
Bukkit/Spigot
8c8b0c69df SPIGOT-5899: Hoglins API similar to Piglins
By: md_5 <git@md-5.net>
2020-06-30 12:02:50 +10:00
Bukkit/Spigot
ee04822ac1 SPIGOT-5887: ClickType doesn't include off hand swaps
By: md_5 <git@md-5.net>
2020-06-30 11:42:16 +10:00
Bukkit/Spigot
b308f3d92e SPIGOT-5886: Missing BlockData
By: md_5 <git@md-5.net>
2020-06-30 09:58:47 +10:00
Bukkit/Spigot
c689413d27 #512: Expand Strider and Steerable entity API
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-30 09:53:40 +10:00
Bukkit/Spigot
e34cd0f4b9 SPIGOT-5803: Implement the missing methods for the Piglin API.
By: ceezuns <49824660+ceezuns@users.noreply.github.com>
2020-06-29 09:58:07 +10:00
Bukkit/Spigot
42799043b2 SPIGOT-5881: SnakeYaml 1.26 limits non-scalar (null) nodes while 1.25 does not
By: md_5 <git@md-5.net>
2020-06-29 09:06:29 +10:00
Bukkit/Spigot
932666525b SPIGOT-5810, SPIGOT-5835: 'Better' handling of Player.isOnGround
By: md_5 <git@md-5.net>
2020-06-28 10:15:49 +10:00
Bukkit/Spigot
66640aa645 Update ECJ version
By: md_5 <git@md-5.net>
2020-06-28 09:39:09 +10:00
Bukkit/Spigot
412ebacb74 SPIGOT-5860: Item.setItemStack should be NotNull
By: md_5 <git@md-5.net>
2020-06-28 08:50:31 +10:00
Bukkit/Spigot
ce2e0ba37a SPIGOT-5853: Add DragonBattle#generateEndPortal()
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-27 11:08:59 +10:00
Bukkit/Spigot
5037b91f7e SPIGOT-5841: New map colours broken
By: md_5 <git@md-5.net>
2020-06-27 09:04:58 +10:00
Bukkit/Spigot
4cf580fde0 Add configuration options for water_ambient spawning
By: md_5 <git@md-5.net>
2020-06-26 18:39:34 +10:00
Bukkit/Spigot
3ed2628aa9 SPIGOT-5735: Add EntityEnterLoveModeEvent
By: DiamondDagger590 <diamonddagger590@gmail.com>
2020-06-26 11:12:21 +10:00
Bukkit/Spigot
db62df707b #514: Add visibility and fixed API for ItemFrames
By: SydMontague <sydmontague@phoenix-staffel.de>
2020-06-26 10:58:14 +10:00
Bukkit/Spigot
4bf70de34c #509: Add support for PersistentDataContainer arrays
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-26 10:49:24 +10:00
Bukkit/Spigot
46b14c30d7 #500: Add PersistentDataContainer#getKeys()
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-26 10:49:24 +10:00
Bukkit/Spigot
94dded04b6 Fix incorrect nullability annotation in BlockIgniteEvent constructor
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-25 18:55:21 -04:00
Bukkit/Spigot
c9776be30d SPIGOT-5811: Re-add + deprecate EnchantmentTarget.ALL
By: md_5 <git@md-5.net>
2020-06-26 08:15:22 +10:00
Bukkit/Spigot
95cf31d8b8 SPIGOT-5803: Add Piglin/Zoglin Baby API
By: md_5 <git@md-5.net>
2020-06-25 19:58:19 +10:00
Bukkit/Spigot
e61abecd39 SPIGOT-5805: NPE when getting an Attribute from a Player
By: md_5 <git@md-5.net>
2020-06-25 13:19:09 +10:00
Bukkit/Spigot
996e9de16b SPIGOT-5802: Add SmithingRecipe API
By: md_5 <git@md-5.net>
2020-06-25 12:41:13 +10:00
Bukkit/Spigot
fbf78c9b5a #511: Add missing EntityEffect constants
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-25 10:00:00 +10:00
Bukkit/Spigot
65f4ce05ac SPIGOT-2106, SPIGOT-3942: Improve collidable API
By: Phoenix616 <mail@moep.tv>
2020-06-25 10:00:00 +10:00
Bukkit/Spigot
eed3a67ee8 Update to Minecraft 1.16.1
By: md_5 <git@md-5.net>
2020-06-25 10:00:00 +10:00