Jake Potrebic
51cd82371b
Add STRUCTURE_TYPE registry entry ( #6400 )
2022-01-23 11:12:42 -08:00
Jake Potrebic
0c5c3e2248
More PotionEffectType API ( #5737 )
2022-01-23 10:42:38 -08:00
Owen1212055
a41671b4d9
Dolphin API ( #7102 )
2022-01-23 08:55:11 -05:00
Owen1212055
bd913382ae
Lock Frozen Ticks API ( #7207 )
2022-01-23 08:35:07 -05:00
MrPowerGamerBR
4e81f50798
[ci skip] Fix multiple ItemStack array nullability mistakes ( #7055 )
...
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2022-01-22 22:40:57 -03:00
Kezz
ab498329b2
Fix NotePlayEvent ( #5180 )
2022-01-22 07:42:10 +00:00
Jake Potrebic
bb4bcf7746
Make tag presets unmodifiable ( #7378 )
2022-01-21 15:07:35 -08:00
Jan
8d5b76d0f7
Update ASM EventExecutor generator patch to respect event handler return types. Fixes #7311 ( #7317 )
...
Co-authored-by: Jan Boerman <janboerman95@gmail.com>
2022-01-20 20:54:57 +01:00
Brody Beckwith
7e6bb66f2a
Add Multi Block Change API ( #7333 )
2022-01-20 12:50:50 -05:00
Riley Park
44efb397fc
Deprecate log4j logger method in Plugin
2022-01-19 18:39:08 -08:00
Jason Penilla
9b0f4a241c
Warn on strange @EventHandler return types ( #7372 )
2022-01-18 11:47:54 -07:00
Noah van der Aa
5fd56a9336
[ci skip] Fix incorrect javadoc for Mob pathfinding API ( #6842 )
2022-01-18 08:26:11 +01:00
Owen1212055
affb89f9a2
Expand Panda API ( #7061 )
2022-01-17 18:23:44 -05:00
Jake Potrebic
48f228173e
Fix and deprecate ItemStack#getI18NDisplayName ( #7358 )
2022-01-16 16:53:26 -08:00
John
a8a9f84e87
Added getHostname to AsyncPlayerPreLoginEvent ( #6656 )
2022-01-12 18:21:29 +01:00
Tom Miller
5ac09635df
Add/Remove multiple entries with Scoreboard Team ( #6640 )
2022-01-09 23:08:55 -06:00
Jacob Andersen
7c75e3b68a
Add material tags for deepslate ores ( #7174 )
2022-01-09 20:25:22 -08:00
u9g
c5843511ae
Add new overload to PersistentDataContainer#has ( #7278 )
...
Co-authored-by: u9g <winworkswow@gmail.com>
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2022-01-09 11:35:45 -05:00
Jake Potrebic
c6f34093f2
Updated Upstream (Bukkit/CraftBukkit/Spigot) ( #7246 )
2022-01-08 21:12:05 -08:00
Jason Penilla
bd09b3751c
Expose vanilla BiomeProvider from WorldInfo ( #7295 )
2022-01-07 15:35:32 -08:00
Jake Potrebic
a36a4e2018
Updated Upstream (Bukkit/CraftBukkit/Spigot)
2021-12-31 19:05:42 -08:00
Simon Gardling
459b947b53
[ci skip] Update log4j-api in Paper-API to 2.17.1 ( #7227 )
2021-12-31 17:26:20 -05:00
LemonCaramel
7426c0370e
Fix EntityLoadCrossbowEvent Sync Issue ( #5739 )
2021-12-31 15:54:23 +09:00
Owen1212055
8e0a15c372
Bucketable API ( #7204 )
2021-12-30 14:58:38 -05:00
BillyGalbreath
3b479df487
Expose isFuel and canSmelt methods to FurnaceInventory ( #7181 )
2021-12-30 02:42:16 -06:00
Nassim Jahnke
7a47d06a49
Fix block key with negative y unpacking ( #7219 )
...
Fixes #7218
2021-12-29 10:34:38 +01:00
Owen1212055
d61fb337c7
Deprecate localized name API ( #7212 )
2021-12-28 14:13:27 -05:00
Glare
b63215914a
[ci skip] Fix typo in getNearbyLivingEntities documentation ( #7205 )
2021-12-27 15:45:36 -08:00
Josh Roy
cc1f56d99e
Fix ABI breakage for plainSerializer ( #7178 )
2021-12-22 17:56:37 -05:00
Riley Park
0df83e38b7
Adventure changes for Java 17 and Component support for resourcepack prompt
2021-12-21 23:07:17 -08:00
Jake Potrebic
7c67368f7f
Add API for item entity health ( #6514 )
2021-12-21 23:07:15 -08:00
Jake Potrebic
ba5ef6e1ac
Entity powdered snow API ( #6833 )
2021-12-21 19:52:54 -08:00
Jake Potrebic
7bcbcb5337
Improve scoreboard entries ( #6871 )
2021-12-21 16:45:18 -08:00
Jake Potrebic
dc7b80c213
Move VehicleCollisionEvent HandlerList up ( #7112 )
2021-12-21 16:34:44 -08:00
Jake Potrebic
4bf1124114
Move setShouldBurnInDay to AbstractSkeleton ( #7120 )
2021-12-21 16:31:33 -08:00
Jake Potrebic
81cd10fd7e
Add material tags for copper blocks ( #7141 )
2021-12-21 16:24:03 -08:00
Jason Penilla
b391c1cb92
Update checker framework & log4j-api for paper-api (also rebuild patches)
...
Note that the log4j-api version used in paper-api does not affect the version used in paper-server, this just affects the version people will see in their IDE when compiling against paper-api.
2021-12-21 01:17:52 -08:00
Noah van der Aa
eee1f6a0e0
Updated Upstream (Bukkit/CraftBukkit/Spigot) ( #7116 )
2021-12-20 23:46:51 +01:00
LemonCaramel
336217bc15
Add more Campfire API ( #5779 )
2021-12-14 05:57:39 +09:00
Lexi
e18cad9a03
Make org.bukkit.Keyed extend Adventure's Keyed ( #7090 )
2021-12-12 23:26:19 -05:00
chickeneer
b98020331a
Remove java 8 and prior reflection code from CustomTimingsHandler ( #7096 )
2021-12-12 01:03:06 -06:00
Nassim Jahnke
0e985b7b3b
Update to 1.18.1 ( #7076 )
2021-12-10 15:24:07 +01:00
Noah van der Aa
6de2d9794c
Updated Upstream (Bukkit/CraftBukkit) ( #7045 )
...
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
Bukkit Changes:
ffd8b289 PR-687: Fix NPE from previous commits
CraftBukkit Changes:
3c2af1b7 SPIGOT-6831: Fix llama strength crash
2021-12-06 13:43:46 +01:00
Jake Potrebic
69a15173ba
[ci skip] Clarify setSize consequences for Slimes ( #7036 )
2021-12-05 13:16:55 -08:00
Shane Freeder
e185936159
Revert " #686 : Fix contains for default section generating real sections"
...
This commit causes an NPE when getting from the config in some states,
given upstream issue and PR in the works, I have 0 inclination to debug
this
This reverts commit e4358b8217126bbcc3a38b0d17097ad5ab87c50a.
2021-12-05 15:20:52 +00:00
Shane Freeder
61ef48e0ce
Revert "fix NPE from changes in e4358b82171"
...
This reverts commit aa3d405b36
.
2021-12-05 15:10:39 +00:00
Gabriel Wolf
aa3d405b36
fix NPE from changes in e4358b82171
2021-12-05 14:36:47 +00:00
Jason Penilla
c53d93419c
Update and deprecate Allow delegation to vanilla chunk gen ( #7031 )
2021-12-05 02:27:20 -08:00
Jake Potrebic
a6fdccf802
Updated Upstream (Bukkit/CraftBukkit) ( #7022 )
2021-12-04 23:11:59 -08:00
Sam
4a6dee7992
Add Player#sendHealthUpdate ( #6904 )
2021-12-04 14:10:57 +00:00