public FakeZombie(World world, boolean invisible) { super(new EntityZombie(((CraftWorld) world).getHandle())); entity.setInvisible(invisible); entity.setAI(true); }
public CraftZombie(CraftServer server, EntityZombie entity) { super(server, entity); }
@Override public EntityZombie getHandle() { return (EntityZombie) entity; }