Files
Paper/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
..
2014-07-28 16:55:51 +10:00
2021-06-11 05:25:03 -05:00
2016-03-01 13:24:16 -06:00
2016-03-03 03:15:41 -06:00