4205 Commits

Author SHA1 Message Date
Parker Hawke
20e8a486fe
#1157: Add Player#sendHurtAnimation() 2023-04-02 12:58:05 +10:00
DerFrZocker
e142fb9fd3
SPIGOT-7188: ChunkSnapshot biome y coordinate doesn't match chunk biome y coord 2023-03-29 19:33:34 +02:00
Parker Hawke
eff1743b9c
SPIGOT-7313: More accurately edit data on Jukeboxes 2023-03-29 19:23:41 +11:00
md_5
e237f8c88a
SPIGOT-7312: Entity#setVisibleByDefault on player causes skin reset on this player client 2023-03-25 08:49:26 +11:00
Parker Hawke
93813509b6
SPIGOT-7309: Add API for jukebox inventories
Also fixes a crash when inserting music discs into jukeboxes with a Dropper
2023-03-23 20:55:14 +11:00
Doc
40b87e1af6
#1150: Add Sniffer API and handle EntityItemDropEvent 2023-03-20 19:03:53 +11:00
Jishuna
e5a7921f05
#1149: Add BlockData#getPlacementMaterial 2023-03-20 10:05:43 +11:00
Doc
58504fa61b
SPIGOT-7302: Fix more issues with EntityDamageByEntity
- Fix Projectile damage by dispenser
- Fix cases where only exists a direct entity damager
2023-03-19 18:48:43 +11:00
md_5
48394703de
Increase outdated build delay 2023-03-19 11:27:29 +11:00
Doc
f7707086d1
SPIGOT-7299: Fix indirect/anvil damage events and minor improvements 2023-03-17 07:32:54 +11:00
Doc
dbc32ffa06
SPIGOT-7292: Support alpha channel in Display entities 2023-03-16 19:27:57 +11:00
md_5
cef8bd9933
SPIGOT-7294: Call EntityDamageEvent for Interaction entity 2023-03-16 07:15:33 +11:00
md_5
968d28df04
Fix availability of experimental datapack features in unit tests 2023-03-15 20:41:42 +11:00
md_5
e1fc95c506
Fix crash with 1.20 smithing table 2023-03-15 18:43:20 +11:00
md_5
1264a6fb57
Fix crash with composters 2023-03-15 18:08:47 +11:00
md_5
bcedf28a1b
Update to Minecraft 1.19.4 2023-03-15 03:30:00 +11:00
md_5
bd29f413c1
Remove outdated build delay. 2023-03-15 03:30:00 +11:00
md_5
e8010dc93f
#1136: Add API to allow entities to be invisible by default
Designed to make creating per-player entities easier
2023-03-04 09:15:52 +11:00
Parker Hawke
20ce9eaffb
#1141: Add methods to edit custom chat completions 2023-03-04 08:40:21 +11:00
Parker Hawke
fbe3410afa
#1140: Add a method to send multiple equipment changes 2023-02-27 20:27:47 +11:00
md_5
8434e3633d
Add support for Java 20 2023-02-23 07:19:41 +11:00
md_5
c998a1d23a
Increase outdated build delay 2023-02-23 07:15:06 +11:00
Doc
4a929b5d66
SPIGOT-7267: Fix EntityType#getTranslationKey() and add unit test 2023-02-20 19:35:39 +11:00
blablubbabc
086d8dc8ac
SPIGOT-7268: CraftMetaPotion reads ShowParticles and ShowIcon properties incorrectly 2023-02-20 19:34:20 +11:00
md_5
8ba5e399ec
SPIGOT-7262: Improve visibility API 2023-02-16 19:45:56 +11:00
md_5
a50301aa51
Fix issues with fluid tag conversion and fluid #isTagged 2023-02-15 21:09:58 +11:00
Parker Hawke
6aeb5e4c35
SPIGOT-4569: Implement more BlockData API 2023-02-11 18:59:34 +11:00
mfnalex
7dbf862c26
#1131: Added methods to get translation keys for materials, itemstacks and more 2023-02-10 20:50:24 +11:00
FreeSoccerHDX
7167588b14
#1117: Add new BiomeParameterPoint passed to BiomeProvider#getBiome 2023-02-07 21:23:23 +11:00
FreeSoccerHDX
7cd3244d3d
SPIGOT-7239: Getter/setter for player's enchantment seed 2023-01-28 11:55:40 +11:00
md_5
384f31d818
SPIGOT-7214: Add CraftChunk and CraftChunkSnapshot contains biome method 2023-01-28 11:49:46 +11:00
Gero
b1059a82ea
#1134: Add custom sound parameter option for playSound with entity as source 2023-01-28 11:39:20 +11:00
md_5
7dcb59b8e2
Avoid switch on material in previous commit
See 9c7e65d17a4ed6c3d73935027bdbb9ea9d3c2965 for further info
2023-01-12 19:51:51 +11:00
byquanton
4768df7366
SPIGOT-7034: Add methods for set/get instrument in Goat Horn 2023-01-08 20:36:10 +11:00
Parker Hawke
941d7e954f
SPIGOT-7225: FireworkMeta#getPower() can throw a NullPointerException for items with no power set 2023-01-03 08:04:16 +11:00
ShaneBee
397c5557ca
SPIGOT-7221: Add Enemy (Entity) interface 2022-12-31 10:24:09 +11:00
Doc
ae8f5fc025
#1125: Add support for NoteBlock sounds in Skulls 2022-12-23 12:26:06 +11:00
md_5
0a1c89e4b1
SPIGOT-7212: Allow negative firework power 2022-12-23 11:46:35 +11:00
md_5
909a246afc
SPIGOT-7211: generateTree() with Consumer or Predicate is broken 2022-12-23 11:36:46 +11:00
md_5
c810c3ed87
Increase outdated build delay 2022-12-21 18:36:51 +11:00
md_5
2ed3e3e6e5
SPIGOT-7210: Fix structures in custom worlds 2022-12-16 11:13:10 +11:00
md_5
585ab5ba1b
SPIGOT-7207: WorldCreator creates world as super flat even when normal is specified 2022-12-14 13:47:32 +11:00
FreeSoccerHDX
ab1586c2fb
#1123: Add PrepareGrindstoneEvent 2022-12-13 19:28:47 +11:00
Doc
06a6a10126
#1121: Add unit test for spawn egg meta 2022-12-13 19:04:30 +11:00
md_5
47124f6391
Increase outdated build delay 2022-12-13 18:51:42 +11:00
md_5
645993470f
SPIGOT-7201: Spawner ItemMeta not working as expected 2022-12-11 08:40:57 +11:00
md_5
eecb4c0dc0
SPIGOT-7196: Exception loading alternate worlds 2022-12-08 18:02:21 +11:00
md_5
0ff61e8fab
SPIGOT-7198: Add Sittable interface to Camel 2022-12-08 17:53:57 +11:00
Doc
676441aac3
#1121: Handle additional missing SpawnEggs in MetaSpawnEgg 2022-12-08 17:50:40 +11:00
Doc
e85280e020
Handle missing SpawnEggs in MetaSpawnEgg 2022-12-07 19:27:20 -03:00