PaperMC/paper-server/patches/sources/net/minecraft/world/entity
Spottedleaf a13bff4a5f Folia scheduler and owned region API
Pulling Folia API to Paper is primarily intended for plugins
that want to target both Paper and Folia without unnecessary
compatibility layers.

Add both a location based scheduler, an entity based scheduler,
and a global region scheduler.

Owned region API may be useful for plugins which want to perform
operations over large areas outside of the buffer zone provided
by the regionaliser, as it is not guaranteed that anything
outside of the buffer zone is owned. Then, the plugins may use
the schedulers depending on the result of the ownership check.
2023-06-17 11:52:52 +02:00
..
ai Fix MC-157464 Prevent sleeping villagers moving towards food 2023-02-27 19:16:07 +01: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