Nassim
01082503ec
Add dropLeash variable to EntityUnleashEvent ( #5130 )
2021-01-30 14:23:15 +01:00
BillyGalbreath
d9f5f70188
EntityMoveEvent ( #4614 )
2021-01-28 19:26:20 +00:00
Jake Potrebic
091e6700fe
Added PlayerStonecutterRecipeSelectEvent
...
Co-Authored-By: MiniDigger <admin@minidigger.me>
2021-01-23 13:00:38 +01:00
Jake Potrebic
e9a87b72be
fix BaseTag constructor ( #5095 )
2021-01-21 13:57:13 -05:00
Aikar
732b2f6b5a
[CI-SKIP] [Auto] Rebuild Patches
...
A recent commit has been made that caused patches to be out of order, rebuilding
2021-01-19 18:12:01 -05:00
Matthew Miller
c5a39ffa2a
Add BlockPreDispenseEvent ( #5075 )
2021-01-19 22:55:25 +00:00
Jake Potrebic
56b7935bb9
Add PlayerChangeBeaconEffectEvent
...
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-01-17 21:39:34 +01:00
Jake Potrebic
2eda45c34f
added Wither API
2021-01-17 21:01:11 +01:00
Jake Potrebic
97d0c571b4
Added Vanilla Entity Tags
2021-01-17 20:39:53 +01:00
Aikar
946cdd2d24
[CI-SKIP] [Auto] Rebuild Patches
...
A recent commit has been made that caused patches to be out of order, rebuilding
2021-01-16 14:42:21 -05:00
Aikar
f6d3c6811e
Make ProjectileHitEvent Cancellable
...
Allows cancelling things like detonating TNT from Fire Arrows
2021-01-16 14:38:18 -05:00
CDFN
aac07a271c
Return chat component with empty text instead of throwing exception. Fixes #3328
...
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-01-16 20:15:15 +01:00
dfsek
193f80148c
Add StructureLocateEvent
...
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-01-16 18:29:36 +01:00
Mariell Hoversholm
59222b5ba5
Add sendOpLevel API
2021-01-16 18:10:57 +01:00
Shane Freeder
ce979b29be
Updated Upstream (Bukkit)
...
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:
b94b766f Improve /version command
2021-01-16 02:46:43 +00:00
Shane Freeder
d3dc24999e
Updated Upstream (Bukkit/CraftBukkit/Spigot)
...
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:
85b16b8a Update to Minecraft 1.16.5
CraftBukkit Changes:
f3f30947 Update to Minecraft 1.16.5
Spigot Changes:
018b9a0d Update to Minecraft 1.16.5
2021-01-16 02:18:38 +00:00
Shane Freeder
7232d8f2af
EntityLoadCrossbowEvent#shouldConsumeItem
2021-01-14 15:53:42 +00:00
Shane Freeder
4740bd6c89
Mark PlayerInventory#getItem as nullable
2021-01-14 14:35:50 +00:00
Matthew Miller
8ab9dc066a
Add API to get exact interaction point in PlayerInteractEvent ( #4995 )
2021-01-08 05:26:51 +00:00
Jake Potrebic
05af2837cd
[CI-SKIP] Improved the annotation test output
2021-01-04 21:41:37 +01:00
Jake Potrebic
5869669498
abstract custom set tags, add entity tags
2021-01-04 21:22:32 +01:00
Jake Potrebic
c7667378e7
Added PlayerLoomPatternSelectEvent
2021-01-04 20:37:05 +01:00
HexedHero
544c5c278b
Re-add coral block tags ( #4987 )
2021-01-03 20:57:50 +00:00
Jake Potrebic
7d56c8deb1
Added PlayerLecternPageChangeEvent
2021-01-03 21:05:07 +01:00
TheViperShow
c7cdf255bf
Add BlockFailedDispenseEvent
...
Co-authored-by: MiniDigger <admin@minidigger.me>
2021-01-03 20:40:11 +01:00
Jake Potrebic
91eda5bd37
Added ServerResourcesReloadedEvent
2021-01-03 19:39:53 +01:00
HexedHero
be81b4f5c5
Add a Enchantable MaterialTag
2021-01-03 19:26:57 +01:00
Malfrador
975d187034
Add doors to material tags
2021-01-03 18:48:20 +01:00
Jake Potrebic
f3ba3dee05
Added WorldGameRuleChangeEvent
2021-01-03 18:31:15 +01:00
Mariell Hoversholm
b63c890ec2
Support spawning item stacks
2021-01-03 17:41:44 +01:00
Sun
7878e3bc24
Use setAmount for Recipe Amount
2021-01-03 17:08:49 +01:00
JRoy
50e70697b1
Add EntityLoadCrossbowEvent
2021-01-03 16:59:24 +01:00
Jake Potrebic
4a7962cd13
Zombie API - breaking doors
2021-01-03 16:18:13 +01:00
MisterVector
2c9ed43354
Add PlayerFlowerPotManipulateEvent
2021-01-03 14:27:52 +01:00
jmp
4b37929208
JavaDoc fixes
...
Remove duplicate JavaDocs - At some point upstream decided to fix some of their JD errors/warnings, so now we have duplicate tags, bringing new warnings.
Also add missing `@param` for ItemStack.deserializeBytes
2021-01-01 17:16:42 +01:00
Matthew Miller
b4000b01a7
Add API to get the Material of Boats and Minecarts
2021-01-01 16:05:59 +01:00
Aikar
7bfb781ff3
Additional Block Material API's
...
Faster version for isSolid() that utilizes NMS's state for isSolid instead of the slower
process to do this in the Bukkit API
Material#isSolid uses a large switch statement which isn't as performant vs a simple boolean return
Adds API for buildable, replaceable, burnable too.
2020-12-30 19:43:45 -05:00
jmp
8ccb7fd679
Add and implement cancellable TargetHitEvent for when Target Blocks are hit by Projectiles
2020-12-29 16:28:47 +01:00
Aikar
1c2571224e
[CI-SKIP] [Auto] Rebuild Patches
...
A recent commit has been made that caused patches to be out of order, rebuilding
2020-12-28 07:31:48 -05:00
Jake Potrebic
2b312dfbe2
Add OBSTRUCTED result to BedEnterResult enum
2020-12-28 13:18:38 +01:00
Aikar
a5201ac989
[CI-SKIP] [Auto] Rebuild Patches
...
A recent commit has been made that caused patches to be out of order, rebuilding
2020-12-28 07:11:59 -05:00
Jake Potrebic
fb7503399a
added PlayerTradeEvent
2020-12-28 13:07:48 +01:00
Mariell
e40ea889dc
[CI-SKIP] Deprecate the view distance APIs on Player ( #4945 )
2020-12-27 11:37:37 +00:00
Matthew Miller
0bdfb01589
Add API to get Tile Entities in a Chunk by Predicate
2020-12-24 10:27:49 +01:00
Mark Vainomaa
cab361600b
Expose LivingEntity hurt direction
2020-12-22 23:57:07 +01:00
Shane Freeder
abca14ff96
Updated Upstream (Bukkit/CraftBukkit)
...
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:
6f9fe1d9 #562 : Add API to set equipment silently
bcddb754 SPIGOT-6256: Add method to check if the entity is in water
CraftBukkit Changes:
878b4375 #772 : Add API to set equipment silently
22d7fcc9 SPIGOT-6256: Add method to check if the entity is in water
2020-12-21 07:56:22 +00:00
MiniDigger
de31e8c709
Remove Paper's UnsafeUtils ( #4913 )
2020-12-19 21:14:37 +01:00
Aikar
3fdeba1f5c
[CI-SKIP] [Auto] Rebuild Patches
...
A recent commit has been made that caused patches to be out of order, rebuilding
2020-12-16 15:26:55 -05:00
Fruxz
5fc07bd634
Maded Title-Objects directy sendable to targets
2020-12-16 21:21:00 +01:00
ysl3000
e7b9a478e9
Player Chunk Load/Unload Events
...
Co-authored-by: Mariell <proximyst@proximyst.com>
2020-12-16 20:23:35 +01:00