Paper/paper-server/patches/sources/net/minecraft/world/entity
Bjarne Koll c90fc43eb8 Only erase allay memory on non-item targets
Spigot incorrectly instanceOf checks the EntityTargetEvent#getTarget
against the internal ItemEntity type and removes the nearest wanted item
memory if said instanceOf check fails, (which is always the case)
causing allays to behave differently as they constantly lose their
target item.

This commit fixes the faulty behaviour by instance performing a check
against the CraftItem type.
2023-08-04 15:53:36 +02:00
..
ai Only erase allay memory on non-item targets 2023-08-04 15:53:36 +02:00
ambient Climbing should not bypass cramming gamerule 2020-08-23 20:59:00 +02:00
animal Add EntityFertilizeEggEvent 2022-06-24 12:39:34 +02:00
boss Allow changing the EnderDragon podium 2022-04-03 11:31:42 -04:00
decoration Fix a bunch of vanilla bugs 2022-07-11 11:56:41 -07:00
item Don't use level random in entity constructors 2022-07-10 14:13:22 -07:00
monster Add config option for spider worldborder climbing 2022-10-27 15:35:47 +02:00
npc More vanilla friendly methods to update trades 2022-10-16 16:12:49 +02:00
player Flying Fall Damage 2022-05-27 02:26:08 -06:00
projectile Refresh ProjectileSource for projectiles 2023-05-30 12:59:10 -07:00
raid EntityPickupItemEvent fixes 2022-07-04 21:45:36 -07:00
vehicle Fix cmd permission levels for command blocks 2022-01-24 15:32:02 -08:00
AgeableMob.java.patch Honor EntityAgeable.ageLock 2018-09-23 20:59:53 -05:00
AreaEffectCloud.java.patch Entity Activation Range 2024-11-02 18:16:11 +11:00
ConversionParams.java.patch Add EntityZapEvent 2016-10-16 23:19:30 -07:00
ConversionType.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Display.java.patch Fix text display error on spawn 2023-03-16 16:27:50 +01:00
Entity.java.patch Folia scheduler and owned region API 2023-06-17 11:52:52 +02:00
EntitySelector.java.patch Ability to control player's insomnia and phantoms 2022-01-22 17:56:19 +01:00
EntityType.java.patch config for disabling entity tag tags 2021-09-15 14:52:42 -07:00
ExperienceOrb.java.patch Expand PlayerItemMendEvent 2022-01-20 18:11:20 -08:00
Interaction.java.patch Fix advancement triggers for entity damage 2023-03-16 10:04:17 +01:00
ItemBasedSteering.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Leashable.java.patch Expand EntityUnleashEvent 2021-01-29 15:13:11 +01:00
LightningBolt.java.patch Fire EntityChangeBlockEvent in more places 2021-08-09 20:45:46 -07:00
LivingEntity.java.patch Fix advancement triggers for entity damage 2023-03-16 10:04:17 +01:00
Mob.java.patch Expand EntityUnleashEvent 2021-01-29 15:13:11 +01:00
NeutralMob.java.patch Prevent entity loading causing async lookups 2022-03-06 11:09:09 -05:00
OminousItemSpawner.java.patch Fixes and additions to the spawn reason API 2019-03-24 00:24:52 -04:00
PathfinderMob.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Shearable.java.patch Add Shearable API 2021-10-17 15:39:48 -04:00
TamableAnimal.java.patch Add EntityToggleSitEvent 2022-03-11 15:33:10 +00:00