mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Added Creature.setTarget per jlogsdon
This commit is contained in:
committed by
Dinnerbone
parent
7988345368
commit
e3011157b1
@@ -13,8 +13,8 @@ import org.bukkit.event.entity.EntityTargetEvent.TargetReason;
|
||||
|
||||
public class EntityCreature extends EntityLiving {
|
||||
|
||||
private PathEntity a;
|
||||
protected Entity d;
|
||||
public PathEntity a; // Craftbukkit - public
|
||||
public Entity d; // Craftbukkit - public
|
||||
protected boolean e = false;
|
||||
|
||||
public EntityCreature(World world) {
|
||||
|
Reference in New Issue
Block a user