PaperMC/paper-server/patches/sources/net/minecraft/world/entity/ai
Aikar 1f63668ee9 Prevent Pathfinding out of World Border
This prevents Entities from trying to run outside of the World Border

TODO: This doesn't prevent the pathfinder from using blocks outside the world border as nodes. We can fix this
by adding code to all overrides in:
    NodeEvaluator:
    public abstract BlockPathTypes getBlockPathType(BlockGetter world, int x, int y, int z);

to return BLOCKED if it is outside the world border.
2016-12-19 23:07:42 -05:00
..
attributes Allow Attribute Capping. 2014-07-28 16:55:51 +10:00
behavior Remap fixes 2021-06-11 05:25:03 -05:00
goal Allow nerfed mobs to jump 2016-03-01 13:24:16 -06:00
navigation Prevent Pathfinding out of World Border 2016-12-19 23:07:42 -05:00
sensing Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
village Add exception reporting event 2016-03-03 03:15:41 -06:00