Commit graph

2973 commits

Author SHA1 Message Date
md_5
8ec77750aa
SPIGOT-7919: Add API to access current player input 2024-10-23 08:04:12 +11:00
md_5
205360171c
SPIGOT-7920: Expose enderpearls of Player 2024-10-23 07:20:04 +11:00
md_5
ef842b72bb
Feature flag end date should be exclusive 2024-10-23 07:20:02 +11:00
md_5
f6ac70751d
Update to Minecraft 1.21.2 2024-10-23 02:15:00 +11:00
md_5
bb4e97c60d
Add support for Java 23 2024-10-14 19:57:01 +11:00
DerFrZocker
bc6874dd3d
Bump asm to 9.7.1 2024-10-06 14:40:55 +02:00
Miles Holder
50e8a00b9c
#1064: Add specific getTopInventory methods for InventoryView derivatives 2024-10-06 18:45:07 +11:00
md_5
758b0a0f4b
SPIGOT-7911: Fix Location#isWorldLoaded() for re-loaded worlds 2024-10-06 18:13:21 +11:00
md_5
133a64a73d
Improve Registry#getOrThrow messages 2024-09-27 08:21:26 +10:00
DerFrZocker
be0f595782
#1058: Add tests for Minecraft registry <-> Bukkit fields 2024-09-27 08:15:05 +10:00
Miles Holder
d1b31df245
#1062: Clarify BeaconView documentation 2024-09-25 07:48:43 +10:00
DerFrZocker
3fab4384ef
#1060: Cache Material to BlockType and ItemType conversion 2024-09-24 21:07:47 +10:00
blablubbabc
967a73012c
SPIGOT-7906: Increase YAML nesting limit to 100 2024-09-24 07:47:30 +10:00
md_5
6ecf033d54
SPIGOT-7899: Smithing recipes don't require inputs 2024-09-15 16:50:14 +10:00
Miles Holder
1fc1020ad0
#1049: Add MenuType API 2024-09-07 18:51:55 +10:00
ShreyasAyyengar
8ae2e3beb8
#1055: Expand riptiding API 2024-09-07 18:06:52 +10:00
md_5
cac68bfb94
SPIGOT-7890: AttributeModifier#getUniqueId() doesn't match the UUID passed to its constructor 2024-08-31 08:57:51 +10:00
md_5
7004fcf2e8
SPIGOT-7886: Fix mistake in AttributeModifier UUID shim 2024-08-28 18:32:56 +10:00
Doc
1ac7f9509d
#1054: Add FireworkMeta#hasPower 2024-08-24 07:44:42 +10:00
md_5
4cfb565f06
SPIGOT-7873: Add powered state for skulls 2024-08-24 07:41:52 +10:00
Doc
4068c6aa92
#1053: Change docs for max power in FireworkMeta 2024-08-17 08:37:41 +10:00
ShreyasAyyengar
6b3c241bc0
SPIGOT-7783, SPIGOT-7784, #1051: Add Trial Vault & Spawner event API 2024-08-13 20:49:59 +10:00
Doc
5fe300ec42
#1052: Fix broken links and minor improvement for checkstyle.xml 2024-08-12 21:26:44 +10:00
md_5
facd52d216
Update to Minecraft 1.21.1 2024-08-09 07:00:00 +10:00
Doc
2ec53f498e
#1050: Fix empty result check for Complex Recipes
Co-authored-by: Bjarne Koll <lynxplay101@gmail.com>
2024-08-01 07:53:56 +10:00
ploppyperson
1067101228
#1044: Add CrafterCraftEvent 2024-07-30 07:07:06 +10:00
md_5
4d87ffe0e7
Use correct method in JavaDoc 2024-07-27 11:29:45 +10:00
md_5
ae5e5817e9
SPIGOT-7850: Add API for Bogged shear state 2024-07-27 10:28:32 +10:00
Doc
46b6d445c3
SPIGOT-7837: Support data pack banner patterns 2024-07-27 10:14:38 +10:00
md_5
d5d0cefc2e
Fix JavaDoc error 2024-07-27 10:08:56 +10:00
Miles Holder
b3c2b83d43
#1036: Add API for InventoryView derivatives 2024-07-27 10:01:25 +10:00
Doc
1fe2c75a21
SPIGOT-7809: Add ShieldMeta 2024-07-20 10:15:18 +10:00
md_5
3a3bea5205
SPIGOT-7829: Increase maximum outgoing plugin message size to match Vanilla intention 2024-07-16 19:59:14 +10:00
Doc
5cd1c8cb40
SPIGOT-7831: Add CreatureSpawnEvent.SpawnReason#POTION_EFFECT 2024-07-16 19:53:03 +10:00
md_5
a8e278f03b
SPIGOT-7827: Sync EntityPortalEvent with PlayerPortalEvent since non-players can now create portals 2024-07-10 19:43:39 +10:00
md_5
53729d1214
Remove spurious ApiStatus.Internal annotation 2024-07-07 17:25:31 +10:00
antiPerson
b9f5748626
SPIGOT-7799, #1039: Expose explosion world interaction in EntityExplodeEvent and BlockExplodeEvent 2024-07-06 17:19:42 +10:00
DerFrZocker
7983b96663
#1029: Trial changing a small number of inner enums to classes/interfaces to better support custom values
This PR is a subset of the enum PR #660 and is designed as a low impact
trial run of the design and backwards compatibility to inform subsequent
development.

Additional plugin compatibility features may be available by setting
`settings.compatibility.enum-compatibility-mode` to `true` in
`bukkit.yml`.
2024-07-06 17:14:17 +10:00
Phoenix616
e86f4dc4bb
#1041: Improve getPlayer(String) docs to clarify it matches the name 2024-07-03 20:30:38 +10:00
md_5
9738f00514
Fix spawner API documentation 2024-06-28 07:17:26 +10:00
Doc
69ebd9fd05
#1034: Add TrialSpawnerSpawnEvent 2024-06-28 07:06:33 +10:00
coll1234567
23cffd9cff
#973: Improve spawner API and add API for Trial Spawners 2024-06-28 07:06:14 +10:00
Miles Holder
8bf19163e5
#1038: Clarify HumanEntity#openInventory(InventoryView) JavaDoc 2024-06-22 18:48:49 +10:00
LoliColleen
1ff7635160
SPIGOT-7732, SPIGOT-7786: Add freezing damage modifier 2024-06-22 18:46:39 +10:00
Doc
02161cb4b4
#1034: Add CreatureSpawnEvent.SpawnReason#TRIAL_SPAWNER 2024-06-19 19:18:42 +10:00
md_5
f9cb6f3412
SPIGOT-7777: All entity potion effects are removed on death 2024-06-19 07:09:58 +10:00
Doc
25d548eb23
#1031: Expose Creeper igniter 2024-06-19 06:45:43 +10:00
2008Choco
ccbf091556
SPIGOT-7770: Reserve spaces in shaped recipes for blank ingredients 2024-06-18 19:06:03 +10:00
md_5
17f7097c13
Clarify ambiguity around what is API 2024-06-18 06:45:40 +10:00
Miles Holder
71714f0c11
Remove note from InventoryView JavaDoc 2024-06-17 15:35:59 -05:00