mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-19 14:51:27 +01:00
Update from upstream SpigotMC
f234263c871 9f2d587b97e 6d85d979798 24ca434ad3c 5ffe41c3910 13716d9d5ee
This commit is contained in:
parent
5e5d11f13b
commit
4832a37296
@ -45,8 +45,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
import java.util.UUID;
|
||||
@@ -0,0 +0,0 @@ public abstract class EntityInsentient extends EntityLiving {
|
||||
protected NavigationAbstract navigation;
|
||||
protected final PathfinderGoalSelector goalSelector;
|
||||
protected final PathfinderGoalSelector targetSelector;
|
||||
public PathfinderGoalSelector goalSelector; // PAIL protected final to public
|
||||
public PathfinderGoalSelector targetSelector; // PAIL protected final to public
|
||||
- private EntityLiving goalTarget;
|
||||
+ private WeakReference<EntityLiving> goalTarget = new WeakReference<EntityLiving>(null);
|
||||
private EntitySenses bi;
|
||||
|
Loading…
Reference in New Issue
Block a user