Added Creature.setTarget per jlogsdon

This commit is contained in:
James Logsdon
2011-02-03 18:17:53 -05:00
committed by Dinnerbone
parent 7988345368
commit e3011157b1
2 changed files with 21 additions and 3 deletions

View File

@@ -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) {