PaperMC/paper-server/patches/sources/net/minecraft/world/entity
Cryptite b37ffd3a00 Add PlayerShieldDisableEvent
Called whenever a players shield is disabled. This is mainly caused by
attacking players or monsters that carry axes.

The event, while similar to the PlayerItemCooldownEvent, offers other
behaviour and can hence not be implemented as a childtype of said event.
Specifically, cancelling the event prevents the game events from being
sent to the player.

Plugins listening to just the PlayerItemCooldownEvent may not want said
sideeffects, meaning the disable event cannot share a handlerlist with
the cooldown event
2023-05-01 16:22:43 -05: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 Fix several issues with EntityBreedEvent 2022-12-15 00:14:44 -08:00
boss Restore vanilla entity drops behavior 2022-03-22 09:34:41 -07:00
decoration Restore vanilla entity drops behavior 2022-03-22 09:34:41 -07:00
item Don't use level random in entity constructors 2022-07-10 14:13:22 -07:00
monster Fix NPE on null loc for EntityTeleportEvent 2023-12-09 19:15:59 -08:00
npc More vanilla friendly methods to update trades 2022-10-16 16:12:49 +02:00
player Add PlayerShieldDisableEvent 2023-05-01 16:22:43 -05:00
projectile Add hand to fish event for all player interactions 2023-07-03 01:55:32 +02: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 Don't fire sync events during worldgen 2023-11-23 10:33:25 -08:00
EntitySelector.java.patch Ability to control player's insomnia and phantoms 2022-01-22 17:56:19 +01:00
EntityType.java.patch Don't fire sync events during worldgen 2023-11-23 10:33:25 -08: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 Fix strikeLightningEffect powers lightning rods and clears copper 2023-09-30 12:36:14 +02:00
LivingEntity.java.patch Fix NPE on null loc for EntityTeleportEvent 2023-12-09 19:15:59 -08:00
Mob.java.patch Fix silent equipment change for mobs 2023-08-31 17:32:48 +02: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 Fix NPE on null loc for EntityTeleportEvent 2023-12-09 19:15:59 -08:00