Commit graph

2083 commits

Author SHA1 Message Date
md_5
79f6ba259c Skip tests on default builds 2019-01-04 20:25:23 +11:00
md_5
b85cc32fcc Further discourage World.regenerateChunk 2019-01-03 15:45:16 +11:00
md_5
6ffe5a68d1 Add RecipeChoice.ExactChoice API for NBT matches on ingredients 2019-01-02 15:56:17 +11:00
md_5
ffccf6b7e9 SPIGOT-4560: Add HumanEntity.sleep and related APIs 2019-01-02 14:37:43 +11:00
md_5
7fca5fd456 SPIGOT-4558: Preserve user order in the face of copied defaults in configurations 2018-12-31 17:10:56 +11:00
md_5
15c9b1eb5a Ignore spurious slot IDs sent by client, e.g. in enchanting tables 2018-12-30 22:27:16 +11:00
md_5
5d2a10c5c5 SPIGOT-3747: Add API for force loaded chunks 2018-12-27 12:44:43 +11:00
md_5
d6dd2bb344 SPIGOT-3538: Add getHitBlockFace for ProjectileHitEvent 2018-12-27 12:19:29 +11:00
md_5
771db4aa6b SPIGOT-794: Call EntityPlaceEvent for Minecart placement 2018-12-27 10:45:59 +11:00
md_5
55462509c6 Add InventoryView#getSlotType 2018-12-26 10:44:42 +11:00
md_5
2f3ce5b66e Remove EntityTransformEvent and CustomItemTagContainer from draft API 2018-12-26 08:00:00 +11:00
md_5
f04ad7b601 Make ProjectileLaunchEvent extend EntitySpawnEvent 2018-12-26 08:00:00 +11:00
Andy Shulman
ccb85808d4 Define EntitySpawnEvent 2018-12-26 08:00:00 +11:00
md_5
b8cc3ebed4 Add PlayerItemDamageEvent 2018-12-26 08:00:00 +11:00
md_5
184a495dcb Ease ClassLoader Deadlocks Where Possible
With Java 7 we can register the classloader as parallel capable to prevent deadlocks caused by certain scenarios. Due to the nature of PluginClassLoader this isn't completely safe, but we can make it safer by switching to concurrency focused collections. Either way this is far better than crashing the server.
2018-12-26 08:00:00 +11:00
md_5
11ac4728cf Expand Boolean Prompt Values in Conversation API 2018-12-26 08:00:00 +11:00
Alex Bennett
aae62d51ac Added getAllSessionData() to the Conversation API. 2018-12-26 08:00:00 +11:00
md_5
9290ff91ef Add InventoryView#getInventory API 2018-12-26 08:00:00 +11:00
md_5
995e530fb1 Add API to get / set base arrow damage 2018-12-26 08:00:00 +11:00
md_5
0969eedc88 Clarify furnace burn time behaviour as per SPIGOT-844 2018-12-22 11:03:48 +11:00
md_5
16453bfddb SPIGOT-4503: Add API to insert complete ItemStack into Jukebox 2018-12-22 10:50:51 +11:00
md_5
78568d11d3 Tweak Block.getTemperature to return actual block temperature 2018-12-19 10:53:02 +11:00
Evoluseis
9ad459ca9d SPIGOT-2151: Add support for getting simple bounding box of a block 2018-12-19 10:29:05 +11:00
Parker Hawke
ad28b19f72 Add BlockData#getAsString(boolean) to hide unspecified states 2018-12-18 10:52:28 +11:00
md_5
b850a822c1 SPIGOT-4526: Add conversion time API for Zombie & subclasses 2018-12-13 14:10:26 +11:00
md_5
72520b78bb Add PlayerSpawned API for Endermites 2018-12-10 10:39:39 +11:00
nathat890
db06c80d7f Add list of entities to EntityTransformEvent 2018-12-05 09:40:15 +11:00
Bjarne Koll
e080059927 SPIGOT-4347: Add API to allow storing arbitrary values on ItemStacks 2018-12-01 20:26:50 +11:00
nathat890
0c1d258bb8 Make PigZapEvent extend EntityTransformEvent 2018-11-28 20:49:35 +11:00
md_5
9a793cce8c Remove no longer applicable caveats to setPlayerListName 2018-11-23 14:32:28 +11:00
md_5
7137829e0d SPIGOT-4496: Undeprecate MapView.getId and make int 2018-11-23 11:50:32 +11:00
md_5
de33ade0af Remove some draft API designations 2018-11-23 11:41:32 +11:00
md_5
a35fa83843 SPIGOT-4472: Add Consumer scheduler methods 2018-11-23 11:40:21 +11:00
md_5
689f15654d SPIGOT-4487: Clarify PlayerInteractEvent docs 2018-11-18 09:32:49 +11:00
md_5
01ffd1c78c Add Player to BlockCanBuildEvent 2018-11-18 09:28:03 +11:00
md_5
7631ed33d4 Clarify what "return false" in onCommand does. 2018-11-15 11:07:00 +11:00
klugemonkey
0828ce3661 Add SpawnReason.SHEARING 2018-11-14 14:16:50 +11:00
nathat890
856adc3e6a SPIGOT-4339: Add EntityTransformEvent
Thanks klugemonkey for some contributions in https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/351/overview
2018-11-14 14:15:33 +11:00
md_5
3aee9dbd08 Add Material BlockData to JavaDocs 2018-11-12 18:42:07 +11:00
md_5
67e91ef777 Fix some incorrectly handled JavaDoc 2018-11-10 20:45:23 +11:00
md_5
7b238138b0 SPIGOT-4478: Update PlayerLoginEvent docs 2018-11-10 20:30:27 +11:00
Yannick Lamprecht
dfbb9a1c9e Add API to manipulate boss bar of entities and those created by commands 2018-11-10 20:23:13 +11:00
md_5
1627782b1c SPIGOT-4469: Age API for EndGateway 2018-11-06 18:12:25 +11:00
md_5
6924311be9 SPIGOT-4438: Add choice API to furnace recipes 2018-11-03 21:04:25 +11:00
md_5
bc4de176ca SPIGOT-4460: Update documentation of Wolf#setAngry 2018-11-03 20:38:10 +11:00
md_5
9d0221aa29 API to get client side view distance. 2018-11-02 21:24:09 +11:00
Ugleh
9be7f0ea96 SPIGOT-4395: Additions to PlayerBedEnterEvent.
Contributions by blablubbabc as well - https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/383/overview
2018-11-02 18:31:57 +11:00
Parker Hawke
01e534c6d0 Minor cosmetic cleanups to imports etc
Please see https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/389/overview
2018-11-02 18:07:16 +11:00
AndaBlock
98d3f031c3 SPIGOT-4376: Add draft BlockDropItemEvent 2018-10-31 19:54:26 +11:00
md_5
99934bd88a Use String.split for simple splits 2018-10-27 18:22:29 +11:00